#D30712

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

Shades of Venetian Red #D30712

Tints of Venetian Red #D30712

Color information

#D30712 (or 0xD30712) is unknown color: approx Venetian Red. HEX triplet: D3, 07 and 12. RGB value is (211,7,18). Sum of RGB (Red+Green+Blue) = 211+7+18=236 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.41% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 211 - color contains mainly: red. Hex color #D30712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30712 is #2CF8ED. Grayscale: #454545. Windows color (decimal): -2947310 or 1181651. OLE color: 1181651.

HSL color Cylindrical-coordinate representation of color #D30712: hue angle of 356.76º 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 #D30712 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB211718-
CMYK00.970.910.17
HSL356.76º93.58%42.75%-
HSV(B)356.76º96.68%82.75%-
XYZ27.0514.041.86-
YUV69.2599.09229.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 89.41%
GREEN value IS 7 (3.12% from 255) = 2.97%
BLUE value IS 18 (7.42% from 255) = 7.63%
R=89.41%
G=2.97%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21171800.970.910.17356.7693.5842.75
HexD37120615B111655e2b
Octal32372201411332154513653
Binary1101001111110010011000011011011100011011001011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30712; }

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

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

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

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

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

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

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

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