#DA3D39

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

Shades of Cinnabar #DA3D39

Tints of Cinnabar #DA3D39

Color information

#DA3D39 (or 0xDA3D39) is unknown color: approx Cinnabar. HEX triplet: DA, 3D and 39. RGB value is (218,61,57). Sum of RGB (Red+Green+Blue) = 218+61+57=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3D39 is #25C2C6. Grayscale: #6B6B6B. Windows color (decimal): -2474695 or 3751386. OLE color: 3751386.

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

Color convert

RGB2186157-
CMYK00.720.740.15
HSL1.49º68.51%53.92%-
HSV(B)1.49º73.85%85.49%-
XYZ31.3218.545.8-
YUV107.4999.51206.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.88%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 57 (22.66% from 255) = 16.96%
R=64.88%
G=18.15%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218615700.720.740.151.4968.5153.92
HexDA3D390484AF14536
Octal3327571011011217110566
Binary11011010111101111001010010001001010111111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3D39; }

 p { color: rgb(218,61,57); }

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

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

 a { background-color: rgb(218,61,57); }

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

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

 span { border-color: rgb(218,61,57); }

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