#D7010B

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

Shades of Venetian Red #D7010B

Tints of Venetian Red #D7010B

Color information

#D7010B (or 0xD7010B) is unknown color: approx Venetian Red. HEX triplet: D7, 01 and 0B. RGB value is (215,1,11). Sum of RGB (Red+Green+Blue) = 215+1+11=227 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.71% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 215 - color contains mainly: red. Hex color #D7010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7010B is #28FEF4. Grayscale: #424242. Windows color (decimal): -2686709 or 721367. OLE color: 721367.

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

Color convert

RGB215111-
CMYK01.000.950.16
HSL357.2º99.07%42.35%-
HSV(B)357.2º99.53%84.31%-
XYZ28.114.491.63-
YUV66.1396.9234.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 94.71%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=94.71%
G=0.44%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511101.000.950.16357.299.0742.35
HexD71B0645F10165632a
Octal32711301441372054514352
Binary1101011111011011001001011111100001011001011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7010B; }

 p { color: rgb(215,1,11); }

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

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

 a { background-color: rgb(215,1,11); }

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

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

 span { border-color: rgb(215,1,11); }

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