#DA0B0E

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

Shades of Venetian Red #DA0B0E

Tints of Venetian Red #DA0B0E

Color information

#DA0B0E (or 0xDA0B0E) is unknown color: approx Venetian Red. HEX triplet: DA, 0B and 0E. RGB value is (218,11,14). Sum of RGB (Red+Green+Blue) = 218+11+14=243 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.71% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0B0E is #25F4F1. Grayscale: #494949. Windows color (decimal): -2487538 or 920538. OLE color: 920538.

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

Color convert

RGB2181114-
CMYK00.950.940.15
HSL359.13º90.39%44.9%-
HSV(B)359.13º94.95%85.49%-
XYZ29.1115.181.81-
YUV73.2494.58231.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 89.71%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 14 (5.86% from 255) = 5.76%
R=89.71%
G=4.53%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218111400.950.940.15359.1390.3944.9
HexDABE05F5EF1675a2d
Octal332131601371361754713255
Binary110110101011111001011111101111011111011001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0B0E; }

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

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

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

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

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

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

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

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