#DA0B0F

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

Shades of Venetian Red #DA0B0F

Tints of Venetian Red #DA0B0F

Color information

#DA0B0F (or 0xDA0B0F) is unknown color: approx Venetian Red. HEX triplet: DA, 0B and 0F. RGB value is (218,11,15). Sum of RGB (Red+Green+Blue) = 218+11+15=244 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.34% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0B0F is #25F4F0. Grayscale: #494949. Windows color (decimal): -2487537 or 986074. OLE color: 986074.

HSL color Cylindrical-coordinate representation of color #DA0B0F: hue angle of 358.84º 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 #DA0B0F is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB2181115-
CMYK00.950.930.15
HSL358.84º90.39%44.9%-
HSV(B)358.84º94.95%85.49%-
XYZ29.1215.181.85-
YUV73.3595.08231.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 89.34%
GREEN value IS 11 (4.69% from 255) = 4.51%
BLUE value IS 15 (6.25% from 255) = 6.15%
R=89.34%
G=4.51%
B=6.15%

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
Decimal218111500.950.930.15358.8490.3944.9
HexDABF05F5DF1675a2d
Octal332131701371351754713255
Binary110110101011111101011111101110111111011001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0B0F; }

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

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

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

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

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

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

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

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