Html Css Color HEX #E90114 Venetian Red

📋 copy color: '#E90114'

red 233 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #E90114

Tints of Venetian Red #E90114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 91.73%
G = 0.39%
B = 7.87%

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

#E90114 (or 0xE90114) is known color: Venetian Red. HEX triplet: E9, 01 and 14. RGB value is (233,1,20). Sum of RGB (Red+Green+Blue) = 233+1+20=254 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.73% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 233 - color contains mainly: red. Hex color #E90114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90114 is #16FEEB. Grayscale: #484848. Windows color (decimal): -1507052 or 1311209. OLE color: 1311209.

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

Color convert

RGB 233 1 20 -
CMYK 0 1.00 0.91 0.09
HSL 355.09º 0.99% 0.46% -
HSV(B) 355.09º 1% 0.91% -
XYZ 33.74 17.4 2.24 -
YUV 72.53 98.36 242.46 -
System Red Green Blue C M Y K H S L
Decimal 233 1 20 0 1.00 0.91 0.09 355.09 0.99 0.46
Hex E9 1 14 0 64 5B 9 163 63 2E
Octal 351 1 24 0 144 133 11 543 143 56
Binary 11101001 1 10100 0 1100100 1011011 1001 101100011 1100011 101110

Color Harmonies of #E90114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90114

Black with #E90114

Text Example


Text Example

White with #E90114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90114; }

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

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

background-color css

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

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

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

border-color css

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

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

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