Html Css Color HEX #E0090A Venetian Red

📋 copy color: '#E0090A'

red 224 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #E0090A

Tints of Venetian Red #E0090A

RGB

 RED value IS 224 (87.89% from 255) = 92.18%

 GREEN value IS 9 (3.91% from 255) = 3.7%

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

R = 92.18%
G = 3.7%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0090A (or 0xE0090A) is known color: Venetian Red. HEX triplet: E0, 09 and 0A. RGB value is (224,9,10). Sum of RGB (Red+Green+Blue) = 224+9+10=243 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.18% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 224 - color contains mainly: red. Hex color #E0090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0090A is #1FF6F5. Grayscale: #494949. Windows color (decimal): -2094838 or 657888. OLE color: 657888.

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

Color convert

RGB 224 9 10 -
CMYK 0 0.96 0.96 0.12
HSL 359.72º 0.92% 0.46% -
HSV(B) 359.72º 0.96% 0.88% -
XYZ 30.89 16.06 1.76 -
YUV 73.4 92.23 235.42 -
System Red Green Blue C M Y K H S L
Decimal 224 9 10 0 0.96 0.96 0.12 359.72 0.92 0.46
Hex E0 9 A 0 60 60 C 168 5C 2E
Octal 340 11 12 0 140 140 14 550 134 56
Binary 11100000 1001 1010 0 1100000 1100000 1100 101101000 1011100 101110

Color Harmonies of #E0090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0090A

Black with #E0090A

Text Example


Text Example

White with #E0090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0090A; }

 p { color: rgb(224,9,10); }

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

background-color css

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

 a { background-color: rgb(224,9,10); }

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

border-color css

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

 span { border-color: rgb(224,9,10); }

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