Html Css Color HEX #DC5032 Cinnabar

📋 copy color: '#DC5032'

red 220 ◦ green 80 ◦ blue 50

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

Shades of Cinnabar #DC5032

Tints of Cinnabar #DC5032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 62.86%
G = 22.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC5032 (or 0xDC5032) is known color: Cinnabar. HEX triplet: DC, 50 and 32. RGB value is (220,80,50). Sum of RGB (Red+Green+Blue) = 220+80+50=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5032 is #23AFCD. Grayscale: #767676. Windows color (decimal): -2338766 or 3297500. OLE color: 3297500.

HSL color Cylindrical-coordinate representation of color #DC5032: hue angle of 10.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC5032 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 50 -
CMYK 0 0.64 0.77 0.14
HSL 10.59º 0.71% 0.53% -
HSV(B) 10.59º 0.77% 0.86% -
XYZ 32.96 21.18 5.37 -
YUV 118.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 220 80 50 0 0.64 0.77 0.14 10.59 0.71 0.53
Hex DC 50 32 0 40 4D E B 47 35
Octal 334 120 62 0 100 115 16 13 107 65
Binary 11011100 1010000 110010 0 1000000 1001101 1110 1011 1000111 110101

Color Harmonies of #DC5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5032

Black with #DC5032

Text Example


Text Example

White with #DC5032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5032; }

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

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

background-color css

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

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

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

border-color css

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

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

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