#DA473A

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

Shades of Cinnabar #DA473A

Tints of Cinnabar #DA473A

Color information

#DA473A (or 0xDA473A) is unknown color: approx Cinnabar. HEX triplet: DA, 47 and 3A. RGB value is (218,71,58). Sum of RGB (Red+Green+Blue) = 218+71+58=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA473A is #25B8C5. Grayscale: #717171. Windows color (decimal): -2472134 or 3819482. OLE color: 3819482.

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

Color convert

RGB2187158-
CMYK00.670.730.15
HSL4.88º68.38%54.12%-
HSV(B)4.88º73.39%85.49%-
XYZ31.9319.726.13-
YUV113.4796.7202.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.82%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 58 (23.05% from 255) = 16.71%
R=62.82%
G=20.46%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218715800.670.730.154.8868.3854.12
HexDA473A04349F54436
Octal33210772010311117510466
Binary11011010100011111101001000011100100111111011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA473A; }

 p { color: rgb(218,71,58); }

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

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

 a { background-color: rgb(218,71,58); }

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

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

 span { border-color: rgb(218,71,58); }

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