Html Css Color HEX #E90112 Venetian Red

📋 copy color: '#E90112'

red 233 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #E90112

Tints of Venetian Red #E90112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 92.46%
G = 0.4%
B = 7.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E90112 (or 0xE90112) is known color: Venetian Red. HEX triplet: E9, 01 and 12. RGB value is (233,1,18). Sum of RGB (Red+Green+Blue) = 233+1+18=252 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.46% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 233 - color contains mainly: red. Hex color #E90112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90112 is #16FEED. Grayscale: #484848. Windows color (decimal): -1507054 or 1180137. OLE color: 1180137.

HSL color Cylindrical-coordinate representation of color #E90112: hue angle of 355.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90112 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 1 18 -
CMYK 0 1.00 0.92 0.09
HSL 355.6º 0.99% 0.46% -
HSV(B) 355.6º 1% 0.91% -
XYZ 33.72 17.39 2.15 -
YUV 72.31 97.36 242.62 -
System Red Green Blue C M Y K H S L
Decimal 233 1 18 0 1.00 0.92 0.09 355.6 0.99 0.46
Hex E9 1 12 0 64 5C 9 164 63 2E
Octal 351 1 22 0 144 134 11 544 143 56
Binary 11101001 1 10010 0 1100100 1011100 1001 101100100 1100011 101110

Color Harmonies of #E90112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90112

Black with #E90112

Text Example


Text Example

White with #E90112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90112; }

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

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

background-color css

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

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

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

border-color css

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

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

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