Html Css Color HEX #E8010A Venetian Red

📋 copy color: '#E8010A'

red 232 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #E8010A

Tints of Venetian Red #E8010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 95.47%
G = 0.41%
B = 4.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E8010A (or 0xE8010A) is known color: Venetian Red. HEX triplet: E8, 01 and 0A. RGB value is (232,1,10). Sum of RGB (Red+Green+Blue) = 232+1+10=243 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.47% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 232 - color contains mainly: red. Hex color #E8010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8010A is #17FEF5. Grayscale: #474747. Windows color (decimal): -1572598 or 655848. OLE color: 655848.

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

Color convert

RGB 232 1 10 -
CMYK 0 1.00 0.96 0.09
HSL 357.66º 0.99% 0.46% -
HSV(B) 357.66º 1% 0.91% -
XYZ 33.34 17.2 1.85 -
YUV 71.1 93.53 242.77 -
System Red Green Blue C M Y K H S L
Decimal 232 1 10 0 1.00 0.96 0.09 357.66 0.99 0.46
Hex E8 1 A 0 64 60 9 166 63 2E
Octal 350 1 12 0 144 140 11 546 143 56
Binary 11101000 1 1010 0 1100100 1100000 1001 101100110 1100011 101110

Color Harmonies of #E8010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8010A

Black with #E8010A

Text Example


Text Example

White with #E8010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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