Html Css Color HEX #DC482B Cinnabar

📋 copy color: '#DC482B'

red 220 ◦ green 72 ◦ blue 43

#DC482B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #DC482B

Tints of Cinnabar #DC482B

RGB

 RED value IS 220 (86.33% from 255) = 65.67%

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 65.67%
G = 21.49%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC482B (or 0xDC482B) is known color: Cinnabar. HEX triplet: DC, 48 and 2B. RGB value is (220,72,43). Sum of RGB (Red+Green+Blue) = 220+72+43=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC482B is #23B7D4. Grayscale: #717171. Windows color (decimal): -2340821 or 2836700. OLE color: 2836700.

HSL color Cylindrical-coordinate representation of color #DC482B: hue angle of 9.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC482B is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 72 43 -
CMYK 0 0.67 0.80 0.14
HSL 9.83º 0.72% 0.52% -
HSV(B) 9.83º 0.8% 0.86% -
XYZ 32.27 20.02 4.45 -
YUV 112.95 88.53 204.36 -
System Red Green Blue C M Y K H S L
Decimal 220 72 43 0 0.67 0.80 0.14 9.83 0.72 0.52
Hex DC 48 2B 0 43 50 E A 48 34
Octal 334 110 53 0 103 120 16 12 110 64
Binary 11011100 1001000 101011 0 1000011 1010000 1110 1010 1001000 110100

Color Harmonies of #DC482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC482B

Black with #DC482B

Text Example


Text Example

White with #DC482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC482B; }

 p { color: rgb(220,72,43); }

 H1.HeaderClassName
 {
   color: #DC482B;
 }
 .AnyTagClassName
 {
   color: #DC482B;
 }
</style>

background-color css

<style>
 a { background-color: #DC482B; }

 a { background-color: rgb(220,72,43); }

 div.DivClassName
 {
   background-color: #DC482B;
 }
 .BgClassName
 {
   background-color: #DC482B;
 }
</style>

border-color css

<style>
 span { border-color: #DC482B; }

 span { border-color: rgb(220,72,43); }

 td.TdClassName
 {
   border-color: #DC482B;
 }
 .TagClassName
 {
   border-color: #DC482B;
 }
</style>