Html Css Color HEX #E9050B Venetian Red

📋 copy color: '#E9050B'

red 233 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #E9050B

Tints of Venetian Red #E9050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 93.57%
G = 2.01%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9050B (or 0xE9050B) is known color: Venetian Red. HEX triplet: E9, 05 and 0B. RGB value is (233,5,11). Sum of RGB (Red+Green+Blue) = 233+5+11=249 (32% of max value = 765). Red value is 233 (91.41% from 255 or 93.57% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 233 - color contains mainly: red. Hex color #E9050B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9050B is #16FAF4. Grayscale: #4A4A4A. Windows color (decimal): -1506037 or 722409. OLE color: 722409.

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

Color convert

RGB 233 5 11 -
CMYK 0 0.98 0.95 0.09
HSL 358.42º 0.96% 0.47% -
HSV(B) 358.42º 0.98% 0.91% -
XYZ 33.72 17.46 1.91 -
YUV 73.86 92.54 241.51 -
System Red Green Blue C M Y K H S L
Decimal 233 5 11 0 0.98 0.95 0.09 358.42 0.96 0.47
Hex E9 5 B 0 62 5F 9 166 60 2F
Octal 351 5 13 0 142 137 11 546 140 57
Binary 11101001 101 1011 0 1100010 1011111 1001 101100110 1100000 101111

Color Harmonies of #E9050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9050B

Black with #E9050B

Text Example


Text Example

White with #E9050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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