Html Css Color HEX #E80309 Venetian Red

📋 copy color: '#E80309'

red 232 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #E80309

Tints of Venetian Red #E80309

RGB

 RED value IS 232 (91.02% from 255) = 95.08%

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

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

R = 95.08%
G = 1.23%
B = 3.69%

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

#E80309 (or 0xE80309) is known color: Venetian Red. HEX triplet: E8, 03 and 09. RGB value is (232,3,9). Sum of RGB (Red+Green+Blue) = 232+3+9=244 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.08% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 232 - color contains mainly: red. Hex color #E80309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80309 is #17FCF6. Grayscale: #484848. Windows color (decimal): -1572087 or 590824. OLE color: 590824.

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

Color convert

RGB 232 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.36 17.24 1.83 -
YUV 72.16 92.37 242.01 -
System Red Green Blue C M Y K H S L
Decimal 232 3 9 0 0.99 0.96 0.09 358.43 0.97 0.46
Hex E8 3 9 0 63 60 9 166 61 2E
Octal 350 3 11 0 143 140 11 546 141 56
Binary 11101000 11 1001 0 1100011 1100000 1001 101100110 1100001 101110

Color Harmonies of #E80309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80309

Black with #E80309

Text Example


Text Example

White with #E80309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80309; }

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

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

background-color css

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

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

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

border-color css

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

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

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