learn.howToCalculate
learn.whatIsHeading
Color converters translate between RGB, HEX, HSL, CMYK, and other color representations used in graphics and web design.
단계별 가이드
- 1RGB: 0-255 per channel (R, G, B)
- 2HEX: 6-digit code #RRGGBB (00-FF each)
- 3HSL: hue (0-360°), saturation (0-100%), lightness (0-100%)
풀어진 예시
입력
Pure red: RGB(255,0,0)
결과
#FF0000, HSL(0°,100%,50%)
Equivalent representations
피해야 할 일반적인 실수
- ✕Mixing RGB screen colors with CMYK print colors (different gamuts)
- ✕Not accounting for colorblindness in design
자주 묻는 질문
Why are multiple color formats used?
Different applications: RGB for screens, CMYK for printing, HSL/HSV for human intuition.
Can RGB colors print accurately?
Not directly; CMYK conversion required. Colors may shift; professional review recommended.
계산할 준비가 되셨나요? 무료 Color Converter 계산기를 사용해 보세요
직접 시도해 보세요 →