#DA4820

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

Shades of Cinnabar #DA4820

Tints of Cinnabar #DA4820

Color information

#DA4820 (or 0xDA4820) is unknown color: approx Cinnabar. HEX triplet: DA, 48 and 20. RGB value is (218,72,32). Sum of RGB (Red+Green+Blue) = 218+72+32=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4820 is #25B7DF. Grayscale: #6F6F6F. Windows color (decimal): -2471904 or 2115802. OLE color: 2115802.

HSL color Cylindrical-coordinate representation of color #DA4820: hue angle of 12.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA4820 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2187232-
CMYK00.670.850.15
HSL12.9º74.4%49.02%-
HSV(B)12.9º85.32%85.49%-
XYZ31.4919.643.5-
YUV111.0983.37204.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 67.70%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 32 (12.89% from 255) = 9.94%
R=67.70%
G=22.36%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218723200.670.850.1512.974.449.02
HexDA482004355Fd4a31
Octal332110400103125171511261
Binary110110101001000100000010000111010101111111011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4820; }

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

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

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

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

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

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

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

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