Html Css Color HEX #E00711 Venetian Red

📋 copy color: '#E00711'

red 224 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #E00711

Tints of Venetian Red #E00711

RGB

 RED value IS 224 (87.89% from 255) = 90.32%

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

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

R = 90.32%
G = 2.82%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00711 (or 0xE00711) is known color: Venetian Red. HEX triplet: E0, 07 and 11. RGB value is (224,7,17). Sum of RGB (Red+Green+Blue) = 224+7+17=248 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.32% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 224 - color contains mainly: red. Hex color #E00711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00711 is #1FF8EE. Grayscale: #494949. Windows color (decimal): -2095343 or 1116128. OLE color: 1116128.

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

Color convert

RGB 224 7 17 -
CMYK 0 0.97 0.92 0.12
HSL 357.24º 0.94% 0.45% -
HSV(B) 357.24º 0.97% 0.88% -
XYZ 30.92 16.04 2 -
YUV 73.02 96.39 235.69 -
System Red Green Blue C M Y K H S L
Decimal 224 7 17 0 0.97 0.92 0.12 357.24 0.94 0.45
Hex E0 7 11 0 61 5C C 165 5E 2D
Octal 340 7 21 0 141 134 14 545 136 55
Binary 11100000 111 10001 0 1100001 1011100 1100 101100101 1011110 101101

Color Harmonies of #E00711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00711

Black with #E00711

Text Example


Text Example

White with #E00711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00711; }

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

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

background-color css

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

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

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

border-color css

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

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

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