#DA4A36

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

Shades of Cinnabar #DA4A36

Tints of Cinnabar #DA4A36

Color information

#DA4A36 (or 0xDA4A36) is unknown color: approx Cinnabar. HEX triplet: DA, 4A and 36. RGB value is (218,74,54). Sum of RGB (Red+Green+Blue) = 218+74+54=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A36 is #25B5C9. Grayscale: #727272. Windows color (decimal): -2471370 or 3558106. OLE color: 3558106.

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

Color convert

RGB2187454-
CMYK00.660.750.15
HSL7.32º68.91%53.33%-
HSV(B)7.32º75.23%85.49%-
XYZ32.0320.075.68-
YUV114.7893.71201.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.01%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 54 (21.48% from 255) = 15.61%
R=63.01%
G=21.39%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218745400.660.750.157.3268.9153.33
HexDA4A360424BF74535
Octal33211266010211317710565
Binary11011010100101011011001000010100101111111111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4A36; }

 p { color: rgb(218,74,54); }

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

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

 a { background-color: rgb(218,74,54); }

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

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

 span { border-color: rgb(218,74,54); }

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