Html Css Color HEX #D70811 Venetian Red

📋 copy color: '#D70811'

red 215 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #D70811

Tints of Venetian Red #D70811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 89.58%
G = 3.33%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70811 (or 0xD70811) is known color: Venetian Red. HEX triplet: D7, 08 and 11. RGB value is (215,8,17). Sum of RGB (Red+Green+Blue) = 215+8+17=240 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.58% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 215 - color contains mainly: red. Hex color #D70811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70811 is #28F7EE. Grayscale: #474747. Windows color (decimal): -2684911 or 1116375. OLE color: 1116375.

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

Color convert

RGB 215 8 17 -
CMYK 0 0.96 0.92 0.16
HSL 357.39º 0.93% 0.44% -
HSV(B) 357.39º 0.96% 0.84% -
XYZ 28.21 14.66 1.87 -
YUV 70.92 97.58 230.77 -
System Red Green Blue C M Y K H S L
Decimal 215 8 17 0 0.96 0.92 0.16 357.39 0.93 0.44
Hex D7 8 11 0 60 5C 10 165 5D 2C
Octal 327 10 21 0 140 134 20 545 135 54
Binary 11010111 1000 10001 0 1100000 1011100 10000 101100101 1011101 101100

Color Harmonies of #D70811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70811

Black with #D70811

Text Example


Text Example

White with #D70811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70811; }

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

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

background-color css

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

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

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

border-color css

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

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

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