#DA3C29

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

Shades of Cinnabar #DA3C29

Tints of Cinnabar #DA3C29

Color information

#DA3C29 (or 0xDA3C29) is unknown color: approx Cinnabar. HEX triplet: DA, 3C and 29. RGB value is (218,60,41). Sum of RGB (Red+Green+Blue) = 218+60+41=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C29 is #25C3D6. Grayscale: #696969. Windows color (decimal): -2474967 or 2702554. OLE color: 2702554.

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

Color convert

RGB2186041-
CMYK00.720.810.15
HSL6.44º70.52%50.78%-
HSV(B)6.44º81.19%85.49%-
XYZ30.9318.34-
YUV105.0891.85208.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.34%
GREEN value IS 60 (23.83% from 255) = 18.81%
BLUE value IS 41 (16.41% from 255) = 12.85%
R=68.34%
G=18.81%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218604100.720.810.156.4470.5250.78
HexDA3C2904851F64733
Octal3327451011012117610763
Binary1101101011110010100101001000101000111111101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3C29; }

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

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

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

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

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

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

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

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