Html Css Color HEX #E80209 Venetian Red

📋 copy color: '#E80209'

red 232 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #E80209

Tints of Venetian Red #E80209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 95.47%
G = 0.82%
B = 3.7%

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

#E80209 (or 0xE80209) is known color: Venetian Red. HEX triplet: E8, 02 and 09. RGB value is (232,2,9). Sum of RGB (Red+Green+Blue) = 232+2+9=243 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.47% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 232 - color contains mainly: red. Hex color #E80209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80209 is #17FDF6. Grayscale: #474747. Windows color (decimal): -1572343 or 590568. OLE color: 590568.

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

Color convert

RGB 232 2 9 -
CMYK 0 0.99 0.96 0.09
HSL 358.17º 0.98% 0.46% -
HSV(B) 358.17º 0.99% 0.91% -
XYZ 33.35 17.22 1.82 -
YUV 71.57 92.7 242.43 -
System Red Green Blue C M Y K H S L
Decimal 232 2 9 0 0.99 0.96 0.09 358.17 0.98 0.46
Hex E8 2 9 0 63 60 9 166 62 2E
Octal 350 2 11 0 143 140 11 546 142 56
Binary 11101000 10 1001 0 1100011 1100000 1001 101100110 1100010 101110

Color Harmonies of #E80209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80209

Black with #E80209

Text Example


Text Example

White with #E80209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80209; }

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

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

background-color css

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

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

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

border-color css

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

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

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