Html Css Color HEX #DC5037 Cinnabar

📋 copy color: '#DC5037'

red 220 ◦ green 80 ◦ blue 55

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

Shades of Cinnabar #DC5037

Tints of Cinnabar #DC5037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 55 (21.88% from 255) = 15.49%

R = 61.97%
G = 22.54%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC5037 (or 0xDC5037) is known color: Cinnabar. HEX triplet: DC, 50 and 37. RGB value is (220,80,55). Sum of RGB (Red+Green+Blue) = 220+80+55=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5037 is #23AFC8. Grayscale: #777777. Windows color (decimal): -2338761 or 3625180. OLE color: 3625180.

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

Color convert

RGB 220 80 55 -
CMYK 0 0.64 0.75 0.14
HSL 9.09º 0.7% 0.54% -
HSV(B) 9.09º 0.75% 0.86% -
XYZ 33.07 21.23 5.97 -
YUV 119.01 91.88 200.03 -
System Red Green Blue C M Y K H S L
Decimal 220 80 55 0 0.64 0.75 0.14 9.09 0.7 0.54
Hex DC 50 37 0 40 4B E 9 46 36
Octal 334 120 67 0 100 113 16 11 106 66
Binary 11011100 1010000 110111 0 1000000 1001011 1110 1001 1000110 110110

Color Harmonies of #DC5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5037

Black with #DC5037

Text Example


Text Example

White with #DC5037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5037; }

 p { color: rgb(220,80,55); }

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

background-color css

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

 a { background-color: rgb(220,80,55); }

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

border-color css

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

 span { border-color: rgb(220,80,55); }

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