Html Css Color HEX #E80207 Venetian Red

📋 copy color: '#E80207'

red 232 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #E80207

Tints of Venetian Red #E80207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 96.27%
G = 0.83%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E80207 (or 0xE80207) is known color: Venetian Red. HEX triplet: E8, 02 and 07. RGB value is (232,2,7). Sum of RGB (Red+Green+Blue) = 232+2+7=241 (31% of max value = 765). Red value is 232 (91.02% from 255 or 96.27% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 232 - color contains mainly: red. Hex color #E80207 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80207 is #17FDF8. Grayscale: #474747. Windows color (decimal): -1572345 or 459496. OLE color: 459496.

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

Color convert

RGB 232 2 7 -
CMYK 0 0.99 0.97 0.09
HSL 358.7º 0.98% 0.46% -
HSV(B) 358.7º 0.99% 0.91% -
XYZ 33.34 17.21 1.77 -
YUV 71.34 91.7 242.59 -
System Red Green Blue C M Y K H S L
Decimal 232 2 7 0 0.99 0.97 0.09 358.7 0.98 0.46
Hex E8 2 7 0 63 61 9 167 62 2E
Octal 350 2 7 0 143 141 11 547 142 56
Binary 11101000 10 111 0 1100011 1100001 1001 101100111 1100010 101110

Color Harmonies of #E80207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80207

Black with #E80207

Text Example


Text Example

White with #E80207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80207; }

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

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

background-color css

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

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

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

border-color css

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

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

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