#D00518

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

Shades of Venetian Red #D00518

Tints of Venetian Red #D00518

Color information

#D00518 (or 0xD00518) is unknown color: approx Venetian Red. HEX triplet: D0, 05 and 18. RGB value is (208,5,24). Sum of RGB (Red+Green+Blue) = 208+5+24=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D00518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00518 is #2FFAE7. Grayscale: #434343. Windows color (decimal): -3144424 or 1574352. OLE color: 1574352.

HSL color Cylindrical-coordinate representation of color #D00518: hue angle of 354.38º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00518 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB208524-
CMYK00.980.880.18
HSL354.38º95.31%41.76%-
HSV(B)354.38º97.6%81.57%-
XYZ26.2313.582.1-
YUV67.86103.25227.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 87.76%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=87.76%
G=2.11%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20852400.980.880.18354.3895.3141.76
HexD051806258121625f2a
Octal32053001421302254213752
Binary1101000010111000011000101011000100101011000101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00518; }

 p { color: rgb(208,5,24); }

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

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

 a { background-color: rgb(208,5,24); }

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

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

 span { border-color: rgb(208,5,24); }

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