Html Css Color HEX #DC4437 Cinnabar

📋 copy color: '#DC4437'

red 220 ◦ green 68 ◦ blue 55

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

Shades of Cinnabar #DC4437

Tints of Cinnabar #DC4437

RGB

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

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

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

R = 64.14%
G = 19.83%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC4437 (or 0xDC4437) is known color: Cinnabar. HEX triplet: DC, 44 and 37. RGB value is (220,68,55). Sum of RGB (Red+Green+Blue) = 220+68+55=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4437 is #23BBC8. Grayscale: #707070. Windows color (decimal): -2341833 or 3622108. OLE color: 3622108.

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

Color convert

RGB 220 68 55 -
CMYK 0 0.69 0.75 0.14
HSL 4.73º 0.7% 0.54% -
HSV(B) 4.73º 0.75% 0.86% -
XYZ 32.27 19.63 5.7 -
YUV 111.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 220 68 55 0 0.69 0.75 0.14 4.73 0.7 0.54
Hex DC 44 37 0 45 4B E 5 46 36
Octal 334 104 67 0 105 113 16 5 106 66
Binary 11011100 1000100 110111 0 1000101 1001011 1110 101 1000110 110110

Color Harmonies of #DC4437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4437

Black with #DC4437

Text Example


Text Example

White with #DC4437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4437; }

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

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

background-color css

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

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

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

border-color css

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

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

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