Html Css Color HEX #DC4536 Cinnabar

📋 copy color: '#DC4536'

red 220 ◦ green 69 ◦ blue 54

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

Shades of Cinnabar #DC4536

Tints of Cinnabar #DC4536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.12%

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

R = 64.14%
G = 20.12%
B = 15.74%

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

#DC4536 (or 0xDC4536) is known color: Cinnabar. HEX triplet: DC, 45 and 36. RGB value is (220,69,54). Sum of RGB (Red+Green+Blue) = 220+69+54=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4536 is #23BAC9. Grayscale: #707070. Windows color (decimal): -2341578 or 3556828. OLE color: 3556828.

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

Color convert

RGB 220 69 54 -
CMYK 0 0.69 0.75 0.14
HSL 5.42º 0.7% 0.54% -
HSV(B) 5.42º 0.75% 0.86% -
XYZ 32.31 19.74 5.6 -
YUV 112.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 220 69 54 0 0.69 0.75 0.14 5.42 0.7 0.54
Hex DC 45 36 0 45 4B E 5 46 36
Octal 334 105 66 0 105 113 16 5 106 66
Binary 11011100 1000101 110110 0 1000101 1001011 1110 101 1000110 110110

Color Harmonies of #DC4536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4536

Black with #DC4536

Text Example


Text Example

White with #DC4536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4536; }

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

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

background-color css

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

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

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

border-color css

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

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

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