Html Css Color HEX #DC4028 Cinnabar

📋 copy color: '#DC4028'

red 220 ◦ green 64 ◦ blue 40

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

Shades of Cinnabar #DC4028

Tints of Cinnabar #DC4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

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

R = 67.9%
G = 19.75%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC4028 (or 0xDC4028) is known color: Cinnabar. HEX triplet: DC, 40 and 28. RGB value is (220,64,40). Sum of RGB (Red+Green+Blue) = 220+64+40=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4028 is #23BFD7. Grayscale: #6C6C6C. Windows color (decimal): -2342872 or 2638044. OLE color: 2638044.

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

Color convert

RGB 220 64 40 -
CMYK 0 0.71 0.82 0.14
HSL 0.72% 0.51% -
HSV(B) 0.82% 0.86% -
XYZ 31.73 19.04 4.01 -
YUV 107.91 89.68 207.95 -
System Red Green Blue C M Y K H S L
Decimal 220 64 40 0 0.71 0.82 0.14 8 0.72 0.51
Hex DC 40 28 0 47 52 E 8 48 33
Octal 334 100 50 0 107 122 16 10 110 63
Binary 11011100 1000000 101000 0 1000111 1010010 1110 1000 1001000 110011

Color Harmonies of #DC4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4028

Black with #DC4028

Text Example


Text Example

White with #DC4028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4028; }

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

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

background-color css

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

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

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

border-color css

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

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

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