Html Css Color HEX #DC5034 Cinnabar

📋 copy color: '#DC5034'

red 220 ◦ green 80 ◦ blue 52

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

Shades of Cinnabar #DC5034

Tints of Cinnabar #DC5034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.77%

R = 62.5%
G = 22.73%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC5034 (or 0xDC5034) is known color: Cinnabar. HEX triplet: DC, 50 and 34. RGB value is (220,80,52). Sum of RGB (Red+Green+Blue) = 220+80+52=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5034 is #23AFCB. Grayscale: #767676. Windows color (decimal): -2338764 or 3428572. OLE color: 3428572.

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

Color convert

RGB 220 80 52 -
CMYK 0 0.64 0.76 0.14
HSL 10º 0.71% 0.53% -
HSV(B) 10º 0.76% 0.86% -
XYZ 33 21.2 5.6 -
YUV 118.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 220 80 52 0 0.64 0.76 0.14 10 0.71 0.53
Hex DC 50 34 0 40 4C E A 47 35
Octal 334 120 64 0 100 114 16 12 107 65
Binary 11011100 1010000 110100 0 1000000 1001100 1110 1010 1000111 110101

Color Harmonies of #DC5034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5034

Black with #DC5034

Text Example


Text Example

White with #DC5034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5034; }

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

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

background-color css

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

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

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

border-color css

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

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

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