Html Css Color HEX #DC422F Cinnabar

📋 copy color: '#DC422F'

red 220 ◦ green 66 ◦ blue 47

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

Shades of Cinnabar #DC422F

Tints of Cinnabar #DC422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 47 (18.75% from 255) = 14.11%

R = 66.07%
G = 19.82%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC422F (or 0xDC422F) is known color: Cinnabar. HEX triplet: DC, 42 and 2F. RGB value is (220,66,47). Sum of RGB (Red+Green+Blue) = 220+66+47=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC422F is #23BDD0. Grayscale: #6E6E6E. Windows color (decimal): -2342353 or 3097308. OLE color: 3097308.

HSL color Cylindrical-coordinate representation of color #DC422F: hue angle of 6.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC422F is Cyan = 0, Magento = 0.7, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 47 -
CMYK 0 0.7 0.79 0.14
HSL 6.59º 0.71% 0.52% -
HSV(B) 6.59º 0.79% 0.86% -
XYZ 31.98 19.32 4.73 -
YUV 109.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 220 66 47 0 0.7 0.79 0.14 6.59 0.71 0.52
Hex DC 42 2F 0 46 4F E 7 47 34
Octal 334 102 57 0 106 117 16 7 107 64
Binary 11011100 1000010 101111 0 1000110 1001111 1110 111 1000111 110100

Color Harmonies of #DC422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC422F

Black with #DC422F

Text Example


Text Example

White with #DC422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC422F; }

 p { color: rgb(220,66,47); }

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

background-color css

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

 a { background-color: rgb(220,66,47); }

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

border-color css

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

 span { border-color: rgb(220,66,47); }

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