Html Css Color HEX #DC4736 Cinnabar

📋 copy color: '#DC4736'

red 220 ◦ green 71 ◦ blue 54

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

Shades of Cinnabar #DC4736

Tints of Cinnabar #DC4736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

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

R = 63.77%
G = 20.58%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC4736 (or 0xDC4736) is known color: Cinnabar. HEX triplet: DC, 47 and 36. RGB value is (220,71,54). Sum of RGB (Red+Green+Blue) = 220+71+54=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4736 is #23B8C9. Grayscale: #717171. Windows color (decimal): -2341066 or 3557340. OLE color: 3557340.

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

Color convert

RGB 220 71 54 -
CMYK 0 0.68 0.75 0.14
HSL 6.14º 0.7% 0.54% -
HSV(B) 6.14º 0.75% 0.86% -
XYZ 32.43 19.99 5.64 -
YUV 113.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 220 71 54 0 0.68 0.75 0.14 6.14 0.7 0.54
Hex DC 47 36 0 44 4B E 6 46 36
Octal 334 107 66 0 104 113 16 6 106 66
Binary 11011100 1000111 110110 0 1000100 1001011 1110 110 1000110 110110

Color Harmonies of #DC4736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4736

Black with #DC4736

Text Example


Text Example

White with #DC4736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4736; }

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

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

background-color css

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

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

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

border-color css

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

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

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