#DA4829

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

Shades of Cinnabar #DA4829

Tints of Cinnabar #DA4829

Color information

#DA4829 (or 0xDA4829) is unknown color: approx Cinnabar. HEX triplet: DA, 48 and 29. RGB value is (218,72,41). Sum of RGB (Red+Green+Blue) = 218+72+41=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4829 is #25B7D6. Grayscale: #707070. Windows color (decimal): -2471895 or 2705626. OLE color: 2705626.

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

Color convert

RGB2187241-
CMYK00.670.810.15
HSL10.51º70.52%50.78%-
HSV(B)10.51º81.19%85.49%-
XYZ31.6319.74.23-
YUV112.1287.87203.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 65.86%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 41 (16.41% from 255) = 12.39%
R=65.86%
G=21.75%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218724100.670.810.1510.5170.5250.78
HexDA482904351Fb4733
Octal332110510103121171310763
Binary110110101001000101001010000111010001111110111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4829; }

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

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

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

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

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

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

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

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