Html Css Color HEX #E90410 Venetian Red

📋 copy color: '#E90410'

red 233 ◦ green 4 ◦ blue 16

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

Shades of Venetian Red #E90410

Tints of Venetian Red #E90410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

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

R = 92.09%
G = 1.58%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E90410 (or 0xE90410) is known color: Venetian Red. HEX triplet: E9, 04 and 10. RGB value is (233,4,16). Sum of RGB (Red+Green+Blue) = 233+4+16=253 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.09% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 233 - color contains mainly: red. Hex color #E90410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90410 is #16FBEF. Grayscale: #4A4A4A. Windows color (decimal): -1506288 or 1049833. OLE color: 1049833.

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

Color convert

RGB 233 4 16 -
CMYK 0 0.98 0.93 0.09
HSL 356.86º 0.97% 0.46% -
HSV(B) 356.86º 0.98% 0.91% -
XYZ 33.74 17.45 2.08 -
YUV 73.84 95.37 241.52 -
System Red Green Blue C M Y K H S L
Decimal 233 4 16 0 0.98 0.93 0.09 356.86 0.97 0.46
Hex E9 4 10 0 62 5D 9 165 61 2E
Octal 351 4 20 0 142 135 11 545 141 56
Binary 11101001 100 10000 0 1100010 1011101 1001 101100101 1100001 101110

Color Harmonies of #E90410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90410

Black with #E90410

Text Example


Text Example

White with #E90410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90410; }

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

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

background-color css

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

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

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

border-color css

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

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

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