Html Css Color HEX #D70E11 Venetian Red

📋 copy color: '#D70E11'

red 215 ◦ green 14 ◦ blue 17

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

Shades of Venetian Red #D70E11

Tints of Venetian Red #D70E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.69%

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

R = 87.4%
G = 5.69%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70E11 (or 0xD70E11) is known color: Venetian Red. HEX triplet: D7, 0E and 11. RGB value is (215,14,17). Sum of RGB (Red+Green+Blue) = 215+14+17=246 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.40% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70E11 is #28F1EE. Grayscale: #4A4A4A. Windows color (decimal): -2683375 or 1117911. OLE color: 1117911.

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

Color convert

RGB 215 14 17 -
CMYK 0 0.93 0.92 0.16
HSL 359.1º 0.88% 0.45% -
HSV(B) 359.1º 0.93% 0.84% -
XYZ 28.28 14.8 1.9 -
YUV 74.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 215 14 17 0 0.93 0.92 0.16 359.1 0.88 0.45
Hex D7 E 11 0 5D 5C 10 167 58 2D
Octal 327 16 21 0 135 134 20 547 130 55
Binary 11010111 1110 10001 0 1011101 1011100 10000 101100111 1011000 101101

Color Harmonies of #D70E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E11

Black with #D70E11

Text Example


Text Example

White with #D70E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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