Html Css Color HEX #D70711 Venetian Red

📋 copy color: '#D70711'

red 215 ◦ green 7 ◦ blue 17

#D70711
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #D70711

Tints of Venetian Red #D70711

RGB

 RED value IS 215 (84.38% from 255) = 89.96%

 GREEN value IS 7 (3.13% from 255) = 2.93%

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 89.96%
G = 2.93%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70711 (or 0xD70711) is known color: Venetian Red. HEX triplet: D7, 07 and 11. RGB value is (215,7,17). Sum of RGB (Red+Green+Blue) = 215+7+17=239 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.96% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 215 - color contains mainly: red. Hex color #D70711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70711 is #28F8EE. Grayscale: #464646. Windows color (decimal): -2685167 or 1116119. OLE color: 1116119.

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

Color convert

RGB 215 7 17 -
CMYK 0 0.97 0.92 0.16
HSL 357.12º 0.94% 0.44% -
HSV(B) 357.12º 0.97% 0.84% -
XYZ 28.2 14.64 1.87 -
YUV 70.33 97.91 231.19 -
System Red Green Blue C M Y K H S L
Decimal 215 7 17 0 0.97 0.92 0.16 357.12 0.94 0.44
Hex D7 7 11 0 61 5C 10 165 5E 2C
Octal 327 7 21 0 141 134 20 545 136 54
Binary 11010111 111 10001 0 1100001 1011100 10000 101100101 1011110 101100

Color Harmonies of #D70711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70711

Black with #D70711

Text Example


Text Example

White with #D70711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70711; }

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

 H1.HeaderClassName
 {
   color: #D70711;
 }
 .AnyTagClassName
 {
   color: #D70711;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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