Html Css Color HEX #E80409 Venetian Red

📋 copy color: '#E80409'

red 232 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #E80409

Tints of Venetian Red #E80409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 94.69%
G = 1.63%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E80409 (or 0xE80409) is known color: Venetian Red. HEX triplet: E8, 04 and 09. RGB value is (232,4,9). Sum of RGB (Red+Green+Blue) = 232+4+9=245 (32% of max value = 765). Red value is 232 (91.02% from 255 or 94.69% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 232 - color contains mainly: red. Hex color #E80409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80409 is #17FBF6. Grayscale: #484848. Windows color (decimal): -1571831 or 591080. OLE color: 591080.

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

Color convert

RGB 232 4 9 -
CMYK 0 0.98 0.96 0.09
HSL 358.68º 0.97% 0.46% -
HSV(B) 358.68º 0.98% 0.91% -
XYZ 33.37 17.26 1.83 -
YUV 72.74 92.04 241.59 -
System Red Green Blue C M Y K H S L
Decimal 232 4 9 0 0.98 0.96 0.09 358.68 0.97 0.46
Hex E8 4 9 0 62 60 9 167 61 2E
Octal 350 4 11 0 142 140 11 547 141 56
Binary 11101000 100 1001 0 1100010 1100000 1001 101100111 1100001 101110

Color Harmonies of #E80409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80409

Black with #E80409

Text Example


Text Example

White with #E80409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80409; }

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

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

background-color css

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

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

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

border-color css

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

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

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