Html Css Color HEX #DC4436 Cinnabar

📋 copy color: '#DC4436'

red 220 ◦ green 68 ◦ blue 54

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

Shades of Cinnabar #DC4436

Tints of Cinnabar #DC4436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.79%

R = 64.33%
G = 19.88%
B = 15.79%

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

#DC4436 (or 0xDC4436) is known color: Cinnabar. HEX triplet: DC, 44 and 36. RGB value is (220,68,54). Sum of RGB (Red+Green+Blue) = 220+68+54=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4436 is #23BBC9. Grayscale: #707070. Windows color (decimal): -2341834 or 3556572. OLE color: 3556572.

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

Color convert

RGB 220 68 54 -
CMYK 0 0.69 0.75 0.14
HSL 5.06º 0.7% 0.54% -
HSV(B) 5.06º 0.75% 0.86% -
XYZ 32.25 19.62 5.58 -
YUV 111.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 220 68 54 0 0.69 0.75 0.14 5.06 0.7 0.54
Hex DC 44 36 0 45 4B E 5 46 36
Octal 334 104 66 0 105 113 16 5 106 66
Binary 11011100 1000100 110110 0 1000101 1001011 1110 101 1000110 110110

Color Harmonies of #DC4436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4436

Black with #DC4436

Text Example


Text Example

White with #DC4436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4436; }

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

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

background-color css

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

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

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

border-color css

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

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

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