Html Css Color HEX #E90A10 Venetian Red

📋 copy color: '#E90A10'

red 233 ◦ green 10 ◦ blue 16

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

Shades of Venetian Red #E90A10

Tints of Venetian Red #E90A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.86%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 89.96%
G = 3.86%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E90A10 (or 0xE90A10) is known color: Venetian Red. HEX triplet: E9, 0A and 10. RGB value is (233,10,16). Sum of RGB (Red+Green+Blue) = 233+10+16=259 (34% of max value = 765). Red value is 233 (91.41% from 255 or 89.96% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90A10 is #16F5EF. Grayscale: #4D4D4D. Windows color (decimal): -1504752 or 1051369. OLE color: 1051369.

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

Color convert

RGB 233 10 16 -
CMYK 0 0.96 0.93 0.09
HSL 358.39º 0.92% 0.48% -
HSV(B) 358.39º 0.96% 0.91% -
XYZ 33.81 17.58 2.1 -
YUV 77.36 93.38 239.01 -
System Red Green Blue C M Y K H S L
Decimal 233 10 16 0 0.96 0.93 0.09 358.39 0.92 0.48
Hex E9 A 10 0 60 5D 9 166 5C 30
Octal 351 12 20 0 140 135 11 546 134 60
Binary 11101001 1010 10000 0 1100000 1011101 1001 101100110 1011100 110000

Color Harmonies of #E90A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90A10

Black with #E90A10

Text Example


Text Example

White with #E90A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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