#DA4039

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

Shades of Cinnabar #DA4039

Tints of Cinnabar #DA4039

Color information

#DA4039 (or 0xDA4039) is unknown color: approx Cinnabar. HEX triplet: DA, 40 and 39. RGB value is (218,64,57). Sum of RGB (Red+Green+Blue) = 218+64+57=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4039 is #25BFC6. Grayscale: #6D6D6D. Windows color (decimal): -2473927 or 3752154. OLE color: 3752154.

HSL color Cylindrical-coordinate representation of color #DA4039: hue angle of 2.61º 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 #DA4039 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB2186457-
CMYK00.710.740.15
HSL2.61º68.51%53.92%-
HSV(B)2.61º73.85%85.49%-
XYZ31.4918.875.85-
YUV109.2598.52205.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.31%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 57 (22.66% from 255) = 16.81%
R=64.31%
G=18.88%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218645700.710.740.152.6168.5153.92
HexDA40390474AF34536
Octal33210071010711217310566
Binary1101101010000001110010100011110010101111111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4039; }

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

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

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

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

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

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

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

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