#D2060F

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

Shades of Venetian Red #D2060F

Tints of Venetian Red #D2060F

Color information

#D2060F (or 0xD2060F) is unknown color: approx Venetian Red. HEX triplet: D2, 06 and 0F. RGB value is (210,6,15). Sum of RGB (Red+Green+Blue) = 210+6+15=231 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.91% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 210 - color contains mainly: red. Hex color #D2060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2060F is #2DF9F0. Grayscale: #444444. Windows color (decimal): -3013105 or 984786. OLE color: 984786.

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

Color convert

RGB210615-
CMYK00.970.930.18
HSL357.35º94.44%42.35%-
HSV(B)357.35º97.14%82.35%-
XYZ26.7313.871.72-
YUV68.0298.09229.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 90.91%
GREEN value IS 6 (2.73% from 255) = 2.60%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=90.91%
G=2.60%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21061500.970.930.18357.3594.4442.35
HexD26F0615D121655e2a
Octal32261701411352254513652
Binary110100101101111011000011011101100101011001011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2060F; }

 p { color: rgb(210,6,15); }

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

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

 a { background-color: rgb(210,6,15); }

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

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

 span { border-color: rgb(210,6,15); }

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