Html Css Color HEX #DC4428 Cinnabar

📋 copy color: '#DC4428'

red 220 ◦ green 68 ◦ blue 40

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

Shades of Cinnabar #DC4428

Tints of Cinnabar #DC4428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 67.07%
G = 20.73%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC4428 (or 0xDC4428) is known color: Cinnabar. HEX triplet: DC, 44 and 28. RGB value is (220,68,40). Sum of RGB (Red+Green+Blue) = 220+68+40=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4428 is #23BBD7. Grayscale: #6E6E6E. Windows color (decimal): -2341848 or 2639068. OLE color: 2639068.

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

Color convert

RGB 220 68 40 -
CMYK 0 0.69 0.82 0.14
HSL 9.33º 0.72% 0.51% -
HSV(B) 9.33º 0.82% 0.86% -
XYZ 31.97 19.5 4.09 -
YUV 110.26 88.36 206.28 -
System Red Green Blue C M Y K H S L
Decimal 220 68 40 0 0.69 0.82 0.14 9.33 0.72 0.51
Hex DC 44 28 0 45 52 E 9 48 33
Octal 334 104 50 0 105 122 16 11 110 63
Binary 11011100 1000100 101000 0 1000101 1010010 1110 1001 1001000 110011

Color Harmonies of #DC4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4428

Black with #DC4428

Text Example


Text Example

White with #DC4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4428; }

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

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

background-color css

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

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

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

border-color css

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

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

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