#D70207

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

Shades of Venetian Red #D70207

Tints of Venetian Red #D70207

Color information

#D70207 (or 0xD70207) is unknown color: approx Venetian Red. HEX triplet: D7, 02 and 07. RGB value is (215,2,7). Sum of RGB (Red+Green+Blue) = 215+2+7=224 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.98% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 215 - color contains mainly: red. Hex color #D70207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70207 is #28FDF8. Grayscale: #424242. Windows color (decimal): -2686457 or 459479. OLE color: 459479.

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

Color convert

RGB21527-
CMYK00.990.970.16
HSL358.59º98.16%42.55%-
HSV(B)358.59º99.07%84.31%-
XYZ28.0814.511.52-
YUV66.2694.57234.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 95.98%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 7 (3.12% from 255) = 3.12%
R=95.98%
G=0.89%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152700.990.970.16358.5998.1642.55
HexD7270636110167622b
Octal3272701431412054714253
Binary1101011110111011000111100001100001011001111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70207; }

 p { color: rgb(215,2,7); }

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

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

 a { background-color: rgb(215,2,7); }

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

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

 span { border-color: rgb(215,2,7); }

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