#d30711

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

Shades of Venetian Red #D30711

Tints of Venetian Red #D30711

Color information

#D30711 (or 0xD30711) is unknown color: approx Venetian Red. HEX triplet: D3, 07 and 11. RGB value is (211,7,17). Sum of RGB (Red+Green+Blue) = 211+7+17=235 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.79% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 211 - color contains mainly: red. Hex color #D30711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30711 is #2CF8EE. Grayscale: #454545. Windows color (decimal): -2947311 or 1116115. OLE color: 1116115.

HSL color Cylindrical-coordinate representation of color #D30711: hue angle of 357.06º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30711 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB211717-
CMYK00.970.920.17
HSL357.06º93.58%42.75%-
HSV(B)357.06º96.68%82.75%-
XYZ27.0414.041.82-
YUV69.1498.59229.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 89.79%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 17 (7.03% from 255) = 7.23%
R=89.79%
G=2.98%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21171700.970.920.17357.0693.5842.75
HexD37110615C111655e2b
Octal32372101411342154513653
Binary1101001111110001011000011011100100011011001011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d30711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d30711; }

 p { color: rgb(211,7,17); }

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

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

 a { background-color: rgb(211,7,17); }

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

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

 span { border-color: rgb(211,7,17); }

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