Html Css Color HEX #E90309 Venetian Red

📋 copy color: '#E90309'

red 233 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #E90309

Tints of Venetian Red #E90309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 95.1%
G = 1.22%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E90309 (or 0xE90309) is known color: Venetian Red. HEX triplet: E9, 03 and 09. RGB value is (233,3,9). Sum of RGB (Red+Green+Blue) = 233+3+9=245 (32% of max value = 765). Red value is 233 (91.41% from 255 or 95.10% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 233 - color contains mainly: red. Hex color #E90309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90309 is #16FCF6. Grayscale: #484848. Windows color (decimal): -1506551 or 590825. OLE color: 590825.

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

Color convert

RGB 233 3 9 -
CMYK 0 0.99 0.96 0.09
HSL 358.43º 0.97% 0.46% -
HSV(B) 358.43º 0.99% 0.91% -
XYZ 33.69 17.41 1.84 -
YUV 72.45 92.2 242.51 -
System Red Green Blue C M Y K H S L
Decimal 233 3 9 0 0.99 0.96 0.09 358.43 0.97 0.46
Hex E9 3 9 0 63 60 9 166 61 2E
Octal 351 3 11 0 143 140 11 546 141 56
Binary 11101001 11 1001 0 1100011 1100000 1001 101100110 1100001 101110

Color Harmonies of #E90309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90309

Black with #E90309

Text Example


Text Example

White with #E90309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90309; }

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

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

background-color css

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

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

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

border-color css

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

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

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