Html Css Color HEX #E90203 Venetian Red

📋 copy color: '#E90203'

red 233 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #E90203

Tints of Venetian Red #E90203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 97.9%
G = 0.84%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E90203 (or 0xE90203) is known color: Venetian Red. HEX triplet: E9, 02 and 03. RGB value is (233,2,3). Sum of RGB (Red+Green+Blue) = 233+2+3=238 (31% of max value = 765). Red value is 233 (91.41% from 255 or 97.90% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 233 - color contains mainly: red. Hex color #E90203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90203 is #16FDFC. Grayscale: #474747. Windows color (decimal): -1506813 or 197353. OLE color: 197353.

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

Color convert

RGB 233 2 3 -
CMYK 0 0.99 0.99 0.09
HSL 359.74º 0.98% 0.46% -
HSV(B) 359.74º 0.99% 0.91% -
XYZ 33.64 17.37 1.67 -
YUV 71.18 89.53 243.42 -
System Red Green Blue C M Y K H S L
Decimal 233 2 3 0 0.99 0.99 0.09 359.74 0.98 0.46
Hex E9 2 3 0 63 63 9 168 62 2E
Octal 351 2 3 0 143 143 11 550 142 56
Binary 11101001 10 11 0 1100011 1100011 1001 101101000 1100010 101110

Color Harmonies of #E90203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90203

Black with #E90203

Text Example


Text Example

White with #E90203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90203; }

 p { color: rgb(233,2,3); }

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

background-color css

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

 a { background-color: rgb(233,2,3); }

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

border-color css

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

 span { border-color: rgb(233,2,3); }

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