Html Css Color HEX #E90210 Venetian Red

📋 copy color: '#E90210'

red 233 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #E90210

Tints of Venetian Red #E90210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 92.83%
G = 0.8%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E90210 (or 0xE90210) is known color: Venetian Red. HEX triplet: E9, 02 and 10. RGB value is (233,2,16). Sum of RGB (Red+Green+Blue) = 233+2+16=251 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.83% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 233 - color contains mainly: red. Hex color #E90210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90210 is #16FDEF. Grayscale: #484848. Windows color (decimal): -1506800 or 1049321. OLE color: 1049321.

HSL color Cylindrical-coordinate representation of color #E90210: hue angle of 356.36º 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 #E90210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 2 16 -
CMYK 0 0.99 0.93 0.09
HSL 356.36º 0.98% 0.46% -
HSV(B) 356.36º 0.99% 0.91% -
XYZ 33.72 17.4 2.07 -
YUV 72.67 96.03 242.36 -
System Red Green Blue C M Y K H S L
Decimal 233 2 16 0 0.99 0.93 0.09 356.36 0.98 0.46
Hex E9 2 10 0 63 5D 9 164 62 2E
Octal 351 2 20 0 143 135 11 544 142 56
Binary 11101001 10 10000 0 1100011 1011101 1001 101100100 1100010 101110

Color Harmonies of #E90210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90210

Black with #E90210

Text Example


Text Example

White with #E90210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90210; }

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

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

background-color css

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

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

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

border-color css

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

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

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