Html Css Color HEX #E90812 Venetian Red

📋 copy color: '#E90812'

red 233 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #E90812

Tints of Venetian Red #E90812

RGB

 RED value IS 233 (91.41% from 255) = 89.96%

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

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

R = 89.96%
G = 3.09%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E90812 (or 0xE90812) is known color: Venetian Red. HEX triplet: E9, 08 and 12. RGB value is (233,8,18). Sum of RGB (Red+Green+Blue) = 233+8+18=259 (34% of max value = 765). Red value is 233 (91.41% from 255 or 89.96% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 233 - color contains mainly: red. Hex color #E90812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90812 is #16F7ED. Grayscale: #4C4C4C. Windows color (decimal): -1505262 or 1181929. OLE color: 1181929.

HSL color Cylindrical-coordinate representation of color #E90812: hue angle of 357.33º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E90812 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 8 18 -
CMYK 0 0.97 0.92 0.09
HSL 357.33º 0.93% 0.47% -
HSV(B) 357.33º 0.97% 0.91% -
XYZ 33.8 17.54 2.18 -
YUV 76.42 95.04 239.69 -
System Red Green Blue C M Y K H S L
Decimal 233 8 18 0 0.97 0.92 0.09 357.33 0.93 0.47
Hex E9 8 12 0 61 5C 9 165 5D 2F
Octal 351 10 22 0 141 134 11 545 135 57
Binary 11101001 1000 10010 0 1100001 1011100 1001 101100101 1011101 101111

Color Harmonies of #E90812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90812

Black with #E90812

Text Example


Text Example

White with #E90812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90812; }

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

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

background-color css

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

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

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

border-color css

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

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

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