#d60013

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

Shades of Venetian Red #D60013

Tints of Venetian Red #D60013

Color information

#D60013 (or 0xD60013) is unknown color: approx Venetian Red. HEX triplet: D6, 00 and 13. RGB value is (214,0,19). Sum of RGB (Red+Green+Blue) = 214+0+19=233 (30% of max value = 765). Red value is 214 (83.98% from 255 or 91.85% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 214 - color contains mainly: red. Hex color #D60013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60013 is #29FFEC. Grayscale: #424242. Windows color (decimal): -2752493 or 1245398. OLE color: 1245398.

HSL color Cylindrical-coordinate representation of color #D60013: hue angle of 354.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60013 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB214019-
CMYK010.910.16
HSL354.67º100%41.96%-
HSV(B)354.67º100%83.92%-
XYZ27.8514.341.92-
YUV66.15101.4233.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 91.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=91.85%
G=0%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214019010.910.16354.6710041.96
HexD60130645B10163642a
Octal32602301441332054314452
Binary11010110010011011001001011011100001011000111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d60013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d60013; }

 p { color: rgb(214,0,19); }

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

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

 a { background-color: rgb(214,0,19); }

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

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

 span { border-color: rgb(214,0,19); }

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