Html Css Color HEX #DC3928 Cinnabar

📋 copy color: '#DC3928'

red 220 ◦ green 57 ◦ blue 40

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

Shades of Cinnabar #DC3928

Tints of Cinnabar #DC3928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

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

R = 69.4%
G = 17.98%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3928 (or 0xDC3928) is known color: Cinnabar. HEX triplet: DC, 39 and 28. RGB value is (220,57,40). Sum of RGB (Red+Green+Blue) = 220+57+40=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3928 is #23C6D7. Grayscale: #686868. Windows color (decimal): -2344664 or 2636252. OLE color: 2636252.

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

Color convert

RGB 220 57 40 -
CMYK 0 0.74 0.82 0.14
HSL 5.67º 0.72% 0.51% -
HSV(B) 5.67º 0.82% 0.86% -
XYZ 31.36 18.3 3.89 -
YUV 103.8 92 210.88 -
System Red Green Blue C M Y K H S L
Decimal 220 57 40 0 0.74 0.82 0.14 5.67 0.72 0.51
Hex DC 39 28 0 4A 52 E 6 48 33
Octal 334 71 50 0 112 122 16 6 110 63
Binary 11011100 111001 101000 0 1001010 1010010 1110 110 1001000 110011

Color Harmonies of #DC3928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3928

Black with #DC3928

Text Example


Text Example

White with #DC3928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3928; }

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

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

background-color css

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

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

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

border-color css

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

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

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