#d50711

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

Shades of Venetian Red #D50711

Tints of Venetian Red #D50711

Color information

#D50711 (or 0xD50711) is unknown color: approx Venetian Red. HEX triplet: D5, 07 and 11. RGB value is (213,7,17). Sum of RGB (Red+Green+Blue) = 213+7+17=237 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.87% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 213 - color contains mainly: red. Hex color #D50711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50711 is #2AF8EE. Grayscale: #454545. Windows color (decimal): -2816239 or 1116117. OLE color: 1116117.

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

Color convert

RGB213717-
CMYK00.970.920.16
HSL357.09º93.64%43.14%-
HSV(B)357.09º96.71%83.53%-
XYZ27.6214.341.84-
YUV69.7398.25230.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 89.87%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=89.87%
G=2.95%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21371700.970.920.16357.0993.6443.14
HexD57110615C101655e2b
Octal32572101411342054513653
Binary1101010111110001011000011011100100001011001011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d50711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d50711; }

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

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

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

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

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

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

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

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