Html Css Color HEX #DC4439 Cinnabar

📋 copy color: '#DC4439'

red 220 ◦ green 68 ◦ blue 57

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

Shades of Cinnabar #DC4439

Tints of Cinnabar #DC4439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.52%

R = 63.77%
G = 19.71%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC4439 (or 0xDC4439) is known color: Cinnabar. HEX triplet: DC, 44 and 39. RGB value is (220,68,57). Sum of RGB (Red+Green+Blue) = 220+68+57=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4439 is #23BBC6. Grayscale: #707070. Windows color (decimal): -2341831 or 3753180. OLE color: 3753180.

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

Color convert

RGB 220 68 57 -
CMYK 0 0.69 0.74 0.14
HSL 4.05º 0.7% 0.54% -
HSV(B) 4.05º 0.74% 0.86% -
XYZ 32.32 19.65 5.96 -
YUV 112.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 220 68 57 0 0.69 0.74 0.14 4.05 0.7 0.54
Hex DC 44 39 0 45 4A E 4 46 36
Octal 334 104 71 0 105 112 16 4 106 66
Binary 11011100 1000100 111001 0 1000101 1001010 1110 100 1000110 110110

Color Harmonies of #DC4439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4439

Black with #DC4439

Text Example


Text Example

White with #DC4439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4439; }

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

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

background-color css

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

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

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

border-color css

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

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

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