Html Css Color HEX #E90212 Venetian Red

📋 copy color: '#E90212'

red 233 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #E90212

Tints of Venetian Red #E90212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 92.09%
G = 0.79%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E90212 (or 0xE90212) is known color: Venetian Red. HEX triplet: E9, 02 and 12. RGB value is (233,2,18). Sum of RGB (Red+Green+Blue) = 233+2+18=253 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.09% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 233 - color contains mainly: red. Hex color #E90212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90212 is #16FDED. Grayscale: #494949. Windows color (decimal): -1506798 or 1180393. OLE color: 1180393.

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

Color convert

RGB 233 2 18 -
CMYK 0 0.99 0.92 0.09
HSL 355.84º 0.98% 0.46% -
HSV(B) 355.84º 0.99% 0.91% -
XYZ 33.74 17.41 2.15 -
YUV 72.89 97.03 242.2 -
System Red Green Blue C M Y K H S L
Decimal 233 2 18 0 0.99 0.92 0.09 355.84 0.98 0.46
Hex E9 2 12 0 63 5C 9 164 62 2E
Octal 351 2 22 0 143 134 11 544 142 56
Binary 11101001 10 10010 0 1100011 1011100 1001 101100100 1100010 101110

Color Harmonies of #E90212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90212

Black with #E90212

Text Example


Text Example

White with #E90212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90212; }

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

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

background-color css

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

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

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

border-color css

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

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

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