#D60213

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

Shades of Venetian Red #D60213

Tints of Venetian Red #D60213

Color information

#D60213 (or 0xD60213) is unknown color: approx Venetian Red. HEX triplet: D6, 02 and 13. RGB value is (214,2,19). Sum of RGB (Red+Green+Blue) = 214+2+19=235 (31% of max value = 765). Red value is 214 (83.98% from 255 or 91.06% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 214 - color contains mainly: red. Hex color #D60213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60213 is #29FDEC. Grayscale: #434343. Windows color (decimal): -2751981 or 1245910. OLE color: 1245910.

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

Color convert

RGB214219-
CMYK00.990.910.16
HSL355.19º98.15%42.35%-
HSV(B)355.19º99.07%83.92%-
XYZ27.8714.391.92-
YUV67.33100.74232.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 91.06%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=91.06%
G=0.85%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421900.990.910.16355.1998.1542.35
HexD62130635B10163622a
Octal32622301431332054314252
Binary110101101010011011000111011011100001011000111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60213; }

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

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

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

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

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

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

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

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