#DA0D14

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

Shades of Venetian Red #DA0D14

Tints of Venetian Red #DA0D14

Color information

#DA0D14 (or 0xDA0D14) is unknown color: approx Venetian Red. HEX triplet: DA, 0D and 14. RGB value is (218,13,20). Sum of RGB (Red+Green+Blue) = 218+13+20=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0D14 is #25F2EB. Grayscale: #4B4B4B. Windows color (decimal): -2487020 or 1314266. OLE color: 1314266.

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

Color convert

RGB2181320-
CMYK00.940.910.15
HSL357.95º88.74%45.29%-
HSV(B)357.95º94.04%85.49%-
XYZ29.1815.242.07-
YUV75.0996.92229.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 86.85%
GREEN value IS 13 (5.47% from 255) = 5.18%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=86.85%
G=5.18%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218132000.940.910.15357.9588.7445.29
HexDAD1405E5BF166592d
Octal332152401361331754613155
Binary1101101011011010001011110101101111111011001101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0D14; }

 p { color: rgb(218,13,20); }

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

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

 a { background-color: rgb(218,13,20); }

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

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

 span { border-color: rgb(218,13,20); }

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