Html Css Color HEX #DC4837 Cinnabar

📋 copy color: '#DC4837'

red 220 ◦ green 72 ◦ blue 55

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

Shades of Cinnabar #DC4837

Tints of Cinnabar #DC4837

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 55 (21.88% from 255) = 15.85%

R = 63.4%
G = 20.75%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC4837 (or 0xDC4837) is known color: Cinnabar. HEX triplet: DC, 48 and 37. RGB value is (220,72,55). Sum of RGB (Red+Green+Blue) = 220+72+55=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4837 is #23B7C8. Grayscale: #727272. Windows color (decimal): -2340809 or 3623132. OLE color: 3623132.

HSL color Cylindrical-coordinate representation of color #DC4837: hue angle of 6.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC4837 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 72 55 -
CMYK 0 0.67 0.75 0.14
HSL 6.18º 0.7% 0.54% -
HSV(B) 6.18º 0.75% 0.86% -
XYZ 32.52 20.13 5.79 -
YUV 114.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 220 72 55 0 0.67 0.75 0.14 6.18 0.7 0.54
Hex DC 48 37 0 43 4B E 6 46 36
Octal 334 110 67 0 103 113 16 6 106 66
Binary 11011100 1001000 110111 0 1000011 1001011 1110 110 1000110 110110

Color Harmonies of #DC4837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4837

Black with #DC4837

Text Example


Text Example

White with #DC4837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4837; }

 p { color: rgb(220,72,55); }

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

background-color css

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

 a { background-color: rgb(220,72,55); }

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

border-color css

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

 span { border-color: rgb(220,72,55); }

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