Html Css Color HEX #E80104 Venetian Red

📋 copy color: '#E80104'

red 232 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #E80104

Tints of Venetian Red #E80104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 97.89%
G = 0.42%
B = 1.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E80104 (or 0xE80104) is known color: Venetian Red. HEX triplet: E8, 01 and 04. RGB value is (232,1,4). Sum of RGB (Red+Green+Blue) = 232+1+4=237 (31% of max value = 765). Red value is 232 (91.02% from 255 or 97.89% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 232 - color contains mainly: red. Hex color #E80104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80104 is #17FEFB. Grayscale: #464646. Windows color (decimal): -1572604 or 262632. OLE color: 262632.

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

Color convert

RGB 232 1 4 -
CMYK 0 1.00 0.98 0.09
HSL 359.22º 0.99% 0.46% -
HSV(B) 359.22º 1% 0.91% -
XYZ 33.31 17.19 1.68 -
YUV 70.41 90.53 243.26 -
System Red Green Blue C M Y K H S L
Decimal 232 1 4 0 1.00 0.98 0.09 359.22 0.99 0.46
Hex E8 1 4 0 64 62 9 167 63 2E
Octal 350 1 4 0 144 142 11 547 143 56
Binary 11101000 1 100 0 1100100 1100010 1001 101100111 1100011 101110

Color Harmonies of #E80104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80104

Black with #E80104

Text Example


Text Example

White with #E80104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80104; }

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

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

background-color css

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

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

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

border-color css

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

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

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