#DA5033

Color #DA5033 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #DA5033

Tints of Cinnabar #DA5033

Color information

#DA5033 (or 0xDA5033) is unknown color: approx Cinnabar. HEX triplet: DA, 50 and 33. RGB value is (218,80,51). Sum of RGB (Red+Green+Blue) = 218+80+51=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5033 is #25AFCC. Grayscale: #767676. Windows color (decimal): -2469837 or 3363034. OLE color: 3363034.

HSL color Cylindrical-coordinate representation of color #DA5033: hue angle of 10.42º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA5033 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB2188051-
CMYK00.630.770.15
HSL10.42º69.29%52.75%-
HSV(B)10.42º76.61%85.49%-
XYZ32.3820.885.46-
YUV117.9690.22199.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.46%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=62.46%
G=22.92%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218805100.630.770.1510.4269.2952.75
HexDA503303F4DFa4535
Octal33212063077115171210565
Binary11011010101000011001101111111001101111110101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5033; }

 p { color: rgb(218,80,51); }

 H1.HeaderClassName
 {
   color: #DA5033;
 }
 .AnyTagClassName
 {
   color: #DA5033;
 }
</style>
background-color css

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

 a { background-color: rgb(218,80,51); }

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

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

 span { border-color: rgb(218,80,51); }

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