Html Css Color HEX #E00811 Venetian Red

📋 copy color: '#E00811'

red 224 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #E00811

Tints of Venetian Red #E00811

RGB

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

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

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

R = 89.96%
G = 3.21%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00811 (or 0xE00811) is known color: Venetian Red. HEX triplet: E0, 08 and 11. RGB value is (224,8,17). Sum of RGB (Red+Green+Blue) = 224+8+17=249 (32% of max value = 765). Red value is 224 (87.89% from 255 or 89.96% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 224 - color contains mainly: red. Hex color #E00811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00811 is #1FF7EE. Grayscale: #494949. Windows color (decimal): -2095087 or 1116384. OLE color: 1116384.

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

Color convert

RGB 224 8 17 -
CMYK 0 0.96 0.92 0.12
HSL 357.5º 0.93% 0.45% -
HSV(B) 357.5º 0.96% 0.88% -
XYZ 30.93 16.06 2 -
YUV 73.61 96.06 235.27 -
System Red Green Blue C M Y K H S L
Decimal 224 8 17 0 0.96 0.92 0.12 357.5 0.93 0.45
Hex E0 8 11 0 60 5C C 166 5D 2D
Octal 340 10 21 0 140 134 14 546 135 55
Binary 11100000 1000 10001 0 1100000 1011100 1100 101100110 1011101 101101

Color Harmonies of #E00811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00811

Black with #E00811

Text Example


Text Example

White with #E00811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00811; }

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

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

background-color css

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

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

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

border-color css

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

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

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