Html Css Color HEX #E90116 Venetian Red

📋 copy color: '#E90116'

red 233 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #E90116

Tints of Venetian Red #E90116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 91.02%
G = 0.39%
B = 8.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E90116 (or 0xE90116) is known color: Venetian Red. HEX triplet: E9, 01 and 16. RGB value is (233,1,22). Sum of RGB (Red+Green+Blue) = 233+1+22=256 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.02% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 233 - color contains mainly: red. Hex color #E90116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90116 is #16FEE9. Grayscale: #484848. Windows color (decimal): -1507050 or 1442281. OLE color: 1442281.

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

Color convert

RGB 233 1 22 -
CMYK 0 1.00 0.91 0.09
HSL 354.57º 0.99% 0.46% -
HSV(B) 354.57º 1% 0.91% -
XYZ 33.76 17.4 2.34 -
YUV 72.76 99.36 242.29 -
System Red Green Blue C M Y K H S L
Decimal 233 1 22 0 1.00 0.91 0.09 354.57 0.99 0.46
Hex E9 1 16 0 64 5B 9 163 63 2E
Octal 351 1 26 0 144 133 11 543 143 56
Binary 11101001 1 10110 0 1100100 1011011 1001 101100011 1100011 101110

Color Harmonies of #E90116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90116

Black with #E90116

Text Example


Text Example

White with #E90116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90116; }

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

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

background-color css

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

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

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

border-color css

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

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

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