Html Css Color HEX #DC422D Cinnabar

📋 copy color: '#DC422D'

red 220 ◦ green 66 ◦ blue 45

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

Shades of Cinnabar #DC422D

Tints of Cinnabar #DC422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 66.47%
G = 19.94%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC422D (or 0xDC422D) is known color: Cinnabar. HEX triplet: DC, 42 and 2D. RGB value is (220,66,45). Sum of RGB (Red+Green+Blue) = 220+66+45=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC422D is #23BDD2. Grayscale: #6D6D6D. Windows color (decimal): -2342355 or 2966236. OLE color: 2966236.

HSL color Cylindrical-coordinate representation of color #DC422D: hue angle of 7.2º degrees, saturation: 0.71, 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 #DC422D is Cyan = 0, Magento = 0.7, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 45 -
CMYK 0 0.7 0.80 0.14
HSL 7.2º 0.71% 0.52% -
HSV(B) 7.2º 0.8% 0.86% -
XYZ 31.94 19.3 4.52 -
YUV 109.65 91.52 206.71 -
System Red Green Blue C M Y K H S L
Decimal 220 66 45 0 0.7 0.80 0.14 7.2 0.71 0.52
Hex DC 42 2D 0 46 50 E 7 47 34
Octal 334 102 55 0 106 120 16 7 107 64
Binary 11011100 1000010 101101 0 1000110 1010000 1110 111 1000111 110100

Color Harmonies of #DC422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC422D

Black with #DC422D

Text Example


Text Example

White with #DC422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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