#D70B0F

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

Shades of Venetian Red #D70B0F

Tints of Venetian Red #D70B0F

Color information

#D70B0F (or 0xD70B0F) is unknown color: approx Venetian Red. HEX triplet: D7, 0B and 0F. RGB value is (215,11,15). Sum of RGB (Red+Green+Blue) = 215+11+15=241 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.21% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70B0F is #28F4F0. Grayscale: #484848. Windows color (decimal): -2684145 or 986071. OLE color: 986071.

HSL color Cylindrical-coordinate representation of color #D70B0F: hue angle of 358.82º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70B0F is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB2151115-
CMYK00.950.930.16
HSL358.82º90.27%44.31%-
HSV(B)358.82º94.88%84.31%-
XYZ28.2314.721.81-
YUV72.4595.59229.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 89.21%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=89.21%
G=4.56%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215111500.950.930.16358.8290.2744.31
HexD7BF05F5D101675a2c
Octal327131701371352054713254
Binary1101011110111111010111111011101100001011001111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70B0F; }

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

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

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

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

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

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

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

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