#DA0211

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

Shades of Venetian Red #DA0211

Tints of Venetian Red #DA0211

Color information

#DA0211 (or 0xDA0211) is unknown color: approx Venetian Red. HEX triplet: DA, 02 and 11. RGB value is (218,2,17). Sum of RGB (Red+Green+Blue) = 218+2+17=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0211 is #25FDEE. Grayscale: #444444. Windows color (decimal): -2489839 or 1114842. OLE color: 1114842.

HSL color Cylindrical-coordinate representation of color #DA0211: hue angle of 355.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0211 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB218217-
CMYK00.990.920.15
HSL355.83º98.18%43.14%-
HSV(B)355.83º99.08%85.49%-
XYZ29.0414.991.89-
YUV68.2999.06234.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 91.98%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=91.98%
G=0.84%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821700.990.920.15355.8398.1843.14
HexDA2110635CF164622b
Octal33222101431341754414253
Binary11011010101000101100011101110011111011001001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0211; }

 p { color: rgb(218,2,17); }

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

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

 a { background-color: rgb(218,2,17); }

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

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

 span { border-color: rgb(218,2,17); }

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