Html Css Color HEX #DC4426 Cinnabar

📋 copy color: '#DC4426'

red 220 ◦ green 68 ◦ blue 38

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

Shades of Cinnabar #DC4426

Tints of Cinnabar #DC4426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

 BLUE value IS 38 (15.23% from 255) = 11.66%

R = 67.48%
G = 20.86%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC4426 (or 0xDC4426) is known color: Cinnabar. HEX triplet: DC, 44 and 26. RGB value is (220,68,38). Sum of RGB (Red+Green+Blue) = 220+68+38=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4426 is #23BBD9. Grayscale: #6E6E6E. Windows color (decimal): -2341850 or 2507996. OLE color: 2507996.

HSL color Cylindrical-coordinate representation of color #DC4426: hue angle of 9.89º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC4426 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 38 -
CMYK 0 0.69 0.83 0.14
HSL 9.89º 0.72% 0.51% -
HSV(B) 9.89º 0.83% 0.86% -
XYZ 31.93 19.49 3.91 -
YUV 110.03 87.36 206.44 -
System Red Green Blue C M Y K H S L
Decimal 220 68 38 0 0.69 0.83 0.14 9.89 0.72 0.51
Hex DC 44 26 0 45 53 E A 48 33
Octal 334 104 46 0 105 123 16 12 110 63
Binary 11011100 1000100 100110 0 1000101 1010011 1110 1010 1001000 110011

Color Harmonies of #DC4426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4426

Black with #DC4426

Text Example


Text Example

White with #DC4426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4426; }

 p { color: rgb(220,68,38); }

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

background-color css

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

 a { background-color: rgb(220,68,38); }

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

border-color css

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

 span { border-color: rgb(220,68,38); }

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