#DA4939

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

Shades of Cinnabar #DA4939

Tints of Cinnabar #DA4939

Color information

#DA4939 (or 0xDA4939) is unknown color: approx Cinnabar. HEX triplet: DA, 49 and 39. RGB value is (218,73,57). Sum of RGB (Red+Green+Blue) = 218+73+57=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4939 is #25B6C6. Grayscale: #727272. Windows color (decimal): -2471623 or 3754458. OLE color: 3754458.

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

Color convert

RGB2187357-
CMYK00.670.740.15
HSL5.96º68.51%53.92%-
HSV(B)5.96º73.85%85.49%-
XYZ32.0319.976.04-
YUV114.5395.54201.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.64%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 57 (22.66% from 255) = 16.38%
R=62.64%
G=20.98%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218735700.670.740.155.9668.5153.92
HexDA49390434AF64536
Octal33211171010311217610566
Binary11011010100100111100101000011100101011111101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4939; }

 p { color: rgb(218,73,57); }

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

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

 a { background-color: rgb(218,73,57); }

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

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

 span { border-color: rgb(218,73,57); }

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