Html Css Color HEX #DC4936 Cinnabar

📋 copy color: '#DC4936'

red 220 ◦ green 73 ◦ blue 54

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

Shades of Cinnabar #DC4936

Tints of Cinnabar #DC4936

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 63.4%
G = 21.04%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC4936 (or 0xDC4936) is known color: Cinnabar. HEX triplet: DC, 49 and 36. RGB value is (220,73,54). Sum of RGB (Red+Green+Blue) = 220+73+54=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4936 is #23B6C9. Grayscale: #737373. Windows color (decimal): -2340554 or 3557852. OLE color: 3557852.

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

Color convert

RGB 220 73 54 -
CMYK 0 0.67 0.75 0.14
HSL 6.87º 0.7% 0.54% -
HSV(B) 6.87º 0.75% 0.86% -
XYZ 32.56 20.25 5.68 -
YUV 114.79 93.7 203.04 -
System Red Green Blue C M Y K H S L
Decimal 220 73 54 0 0.67 0.75 0.14 6.87 0.7 0.54
Hex DC 49 36 0 43 4B E 7 46 36
Octal 334 111 66 0 103 113 16 7 106 66
Binary 11011100 1001001 110110 0 1000011 1001011 1110 111 1000110 110110

Color Harmonies of #DC4936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4936

Black with #DC4936

Text Example


Text Example

White with #DC4936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4936; }

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

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

background-color css

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

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

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

border-color css

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

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

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