Html Css Color HEX #E00812 Venetian Red

📋 copy color: '#E00812'

red 224 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #E00812

Tints of Venetian Red #E00812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 89.6%
G = 3.2%
B = 7.2%

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

#E00812 (or 0xE00812) is known color: Venetian Red. HEX triplet: E0, 08 and 12. RGB value is (224,8,18). Sum of RGB (Red+Green+Blue) = 224+8+18=250 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 224 - color contains mainly: red. Hex color #E00812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00812 is #1FF7ED. Grayscale: #494949. Windows color (decimal): -2095086 or 1181920. OLE color: 1181920.

HSL color Cylindrical-coordinate representation of color #E00812: hue angle of 357.22º 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 #E00812 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 18 -
CMYK 0 0.96 0.92 0.12
HSL 357.22º 0.93% 0.45% -
HSV(B) 357.22º 0.96% 0.88% -
XYZ 30.94 16.06 2.04 -
YUV 73.72 96.56 235.19 -
System Red Green Blue C M Y K H S L
Decimal 224 8 18 0 0.96 0.92 0.12 357.22 0.93 0.45
Hex E0 8 12 0 60 5C C 165 5D 2D
Octal 340 10 22 0 140 134 14 545 135 55
Binary 11100000 1000 10010 0 1100000 1011100 1100 101100101 1011101 101101

Color Harmonies of #E00812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00812

Black with #E00812

Text Example


Text Example

White with #E00812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00812; }

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

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

background-color css

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

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

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

border-color css

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

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

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