#DA3B29

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

Shades of Cinnabar #DA3B29

Tints of Cinnabar #DA3B29

Color information

#DA3B29 (or 0xDA3B29) is unknown color: approx Cinnabar. HEX triplet: DA, 3B and 29. RGB value is (218,59,41). Sum of RGB (Red+Green+Blue) = 218+59+41=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3B29 is #25C4D6. Grayscale: #686868. Windows color (decimal): -2475223 or 2702298. OLE color: 2702298.

HSL color Cylindrical-coordinate representation of color #DA3B29: hue angle of 6.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA3B29 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB2185941-
CMYK00.730.810.15
HSL6.1º70.52%50.78%-
HSV(B)6.1º81.19%85.49%-
XYZ30.8818.193.98-
YUV104.4992.18208.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.55%
GREEN value IS 59 (23.44% from 255) = 18.55%
BLUE value IS 41 (16.41% from 255) = 12.89%
R=68.55%
G=18.55%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218594100.730.810.156.170.5250.78
HexDA3B2904951F64733
Octal3327351011112117610763
Binary1101101011101110100101001001101000111111101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3B29; }

 p { color: rgb(218,59,41); }

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

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

 a { background-color: rgb(218,59,41); }

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

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

 span { border-color: rgb(218,59,41); }

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