Html Css Color HEX #E90003 Venetian Red

📋 copy color: '#E90003'

red 233 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #E90003

Tints of Venetian Red #E90003

RGB

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

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

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

R = 98.73%
G = 0%
B = 1.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E90003 (or 0xE90003) is known color: Venetian Red. HEX triplet: E9, 00 and 03. RGB value is (233,0,3). Sum of RGB (Red+Green+Blue) = 233+0+3=236 (31% of max value = 765). Red value is 233 (91.41% from 255 or 98.73% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 233 - color contains mainly: red. Hex color #E90003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90003 is #16FFFC. Grayscale: #464646. Windows color (decimal): -1507325 or 196841. OLE color: 196841.

HSL color Cylindrical-coordinate representation of color #E90003: hue angle of 359.23º 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 #E90003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 0 3 -
CMYK 0 1 0.99 0.09
HSL 359.23º 1% 0.46% -
HSV(B) 359.23º 1% 0.91% -
XYZ 33.62 17.33 1.66 -
YUV 70.01 90.19 244.26 -
System Red Green Blue C M Y K H S L
Decimal 233 0 3 0 1 0.99 0.09 359.23 1 0.46
Hex E9 0 3 0 64 63 9 167 64 2E
Octal 351 0 3 0 144 143 11 547 144 56
Binary 11101001 0 11 0 1100100 1100011 1001 101100111 1100100 101110

Color Harmonies of #E90003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90003

Black with #E90003

Text Example


Text Example

White with #E90003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90003; }

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

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

background-color css

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

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

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

border-color css

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

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

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