Html Css Color HEX #E9000A Venetian Red

📋 copy color: '#E9000A'

red 233 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #E9000A

Tints of Venetian Red #E9000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.88%
G = 0%
B = 4.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9000A (or 0xE9000A) is known color: Venetian Red. HEX triplet: E9, 00 and 0A. RGB value is (233,0,10). Sum of RGB (Red+Green+Blue) = 233+0+10=243 (32% of max value = 765). Red value is 233 (91.41% from 255 or 95.88% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 233 - color contains mainly: red. Hex color #E9000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9000A is #16FFF5. Grayscale: #464646. Windows color (decimal): -1507318 or 655593. OLE color: 655593.

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

Color convert

RGB 233 0 10 -
CMYK 0 1 0.96 0.09
HSL 357.42º 1% 0.46% -
HSV(B) 357.42º 1% 0.91% -
XYZ 33.66 17.35 1.86 -
YUV 70.81 93.69 243.69 -
System Red Green Blue C M Y K H S L
Decimal 233 0 10 0 1 0.96 0.09 357.42 1 0.46
Hex E9 0 A 0 64 60 9 165 64 2E
Octal 351 0 12 0 144 140 11 545 144 56
Binary 11101001 0 1010 0 1100100 1100000 1001 101100101 1100100 101110

Color Harmonies of #E9000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9000A

Black with #E9000A

Text Example


Text Example

White with #E9000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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