#DA0B10

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

Shades of Venetian Red #DA0B10

Tints of Venetian Red #DA0B10

Color information

#DA0B10 (or 0xDA0B10) is unknown color: approx Venetian Red. HEX triplet: DA, 0B and 10. RGB value is (218,11,16). Sum of RGB (Red+Green+Blue) = 218+11+16=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0B10 is #25F4EF. Grayscale: #494949. Windows color (decimal): -2487536 or 1051610. OLE color: 1051610.

HSL color Cylindrical-coordinate representation of color #DA0B10: hue angle of 358.55º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB2181116-
CMYK00.950.930.15
HSL358.55º90.39%44.9%-
HSV(B)358.55º94.95%85.49%-
XYZ29.1315.181.89-
YUV73.4695.58231.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 88.98%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=88.98%
G=4.49%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218111600.950.930.15358.5590.3944.9
HexDAB1005F5DF1675a2d
Octal332132001371351754713255
Binary1101101010111000001011111101110111111011001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0B10; }

 p { color: rgb(218,11,16); }

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

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

 a { background-color: rgb(218,11,16); }

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

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

 span { border-color: rgb(218,11,16); }

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