Html Css Color HEX #E9050A Venetian Red

📋 copy color: '#E9050A'

red 233 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #E9050A

Tints of Venetian Red #E9050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 10 (4.3% from 255) = 4.03%

R = 93.95%
G = 2.02%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9050A (or 0xE9050A) is known color: Venetian Red. HEX triplet: E9, 05 and 0A. RGB value is (233,5,10). Sum of RGB (Red+Green+Blue) = 233+5+10=248 (32% of max value = 765). Red value is 233 (91.41% from 255 or 93.95% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 233 - color contains mainly: red. Hex color #E9050A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9050A is #16FAF5. Grayscale: #494949. Windows color (decimal): -1506038 or 656873. OLE color: 656873.

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

Color convert

RGB 233 5 10 -
CMYK 0 0.98 0.96 0.09
HSL 358.68º 0.96% 0.47% -
HSV(B) 358.68º 0.98% 0.91% -
XYZ 33.71 17.45 1.88 -
YUV 73.74 92.04 241.59 -
System Red Green Blue C M Y K H S L
Decimal 233 5 10 0 0.98 0.96 0.09 358.68 0.96 0.47
Hex E9 5 A 0 62 60 9 167 60 2F
Octal 351 5 12 0 142 140 11 547 140 57
Binary 11101001 101 1010 0 1100010 1100000 1001 101100111 1100000 101111

Color Harmonies of #E9050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9050A

Black with #E9050A

Text Example


Text Example

White with #E9050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9050A; }

 p { color: rgb(233,5,10); }

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

background-color css

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

 a { background-color: rgb(233,5,10); }

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

border-color css

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

 span { border-color: rgb(233,5,10); }

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