Html Css Color HEX #DC3828 Cinnabar

📋 copy color: '#DC3828'

red 220 ◦ green 56 ◦ blue 40

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

Shades of Cinnabar #DC3828

Tints of Cinnabar #DC3828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 69.62%
G = 17.72%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3828 (or 0xDC3828) is known color: Cinnabar. HEX triplet: DC, 38 and 28. RGB value is (220,56,40). Sum of RGB (Red+Green+Blue) = 220+56+40=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3828 is #23C7D7. Grayscale: #676767. Windows color (decimal): -2344920 or 2635996. OLE color: 2635996.

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

Color convert

RGB 220 56 40 -
CMYK 0 0.75 0.82 0.14
HSL 5.33º 0.72% 0.51% -
HSV(B) 5.33º 0.82% 0.86% -
XYZ 31.31 18.2 3.87 -
YUV 103.21 92.33 211.3 -
System Red Green Blue C M Y K H S L
Decimal 220 56 40 0 0.75 0.82 0.14 5.33 0.72 0.51
Hex DC 38 28 0 4B 52 E 5 48 33
Octal 334 70 50 0 113 122 16 5 110 63
Binary 11011100 111000 101000 0 1001011 1010010 1110 101 1001000 110011

Color Harmonies of #DC3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3828

Black with #DC3828

Text Example


Text Example

White with #DC3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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