Html Css Color HEX #E90305 Venetian Red

📋 copy color: '#E90305'

red 233 ◦ green 3 ◦ blue 5

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

Shades of Venetian Red #E90305

Tints of Venetian Red #E90305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 96.68%
G = 1.24%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E90305 (or 0xE90305) is known color: Venetian Red. HEX triplet: E9, 03 and 05. RGB value is (233,3,5). Sum of RGB (Red+Green+Blue) = 233+3+5=241 (31% of max value = 765). Red value is 233 (91.41% from 255 or 96.68% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 233 - color contains mainly: red. Hex color #E90305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90305 is #16FCFA. Grayscale: #484848. Windows color (decimal): -1506555 or 328681. OLE color: 328681.

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

Color convert

RGB 233 3 5 -
CMYK 0 0.99 0.98 0.09
HSL 359.48º 0.97% 0.46% -
HSV(B) 359.48º 0.99% 0.91% -
XYZ 33.66 17.4 1.73 -
YUV 72 90.2 242.84 -
System Red Green Blue C M Y K H S L
Decimal 233 3 5 0 0.99 0.98 0.09 359.48 0.97 0.46
Hex E9 3 5 0 63 62 9 167 61 2E
Octal 351 3 5 0 143 142 11 547 141 56
Binary 11101001 11 101 0 1100011 1100010 1001 101100111 1100001 101110

Color Harmonies of #E90305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90305

Black with #E90305

Text Example


Text Example

White with #E90305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90305; }

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

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

background-color css

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

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

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

border-color css

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

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

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