Html Css Color HEX #E8010B Venetian Red

📋 copy color: '#E8010B'

red 232 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #E8010B

Tints of Venetian Red #E8010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 95.08%
G = 0.41%
B = 4.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8010B (or 0xE8010B) is known color: Venetian Red. HEX triplet: E8, 01 and 0B. RGB value is (232,1,11). Sum of RGB (Red+Green+Blue) = 232+1+11=244 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.08% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 232 - color contains mainly: red. Hex color #E8010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8010B is #17FEF4. Grayscale: #474747. Windows color (decimal): -1572597 or 721384. OLE color: 721384.

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

Color convert

RGB 232 1 11 -
CMYK 0 1.00 0.95 0.09
HSL 357.4º 0.99% 0.46% -
HSV(B) 357.4º 1% 0.91% -
XYZ 33.35 17.2 1.88 -
YUV 71.21 94.03 242.69 -
System Red Green Blue C M Y K H S L
Decimal 232 1 11 0 1.00 0.95 0.09 357.4 0.99 0.46
Hex E8 1 B 0 64 5F 9 165 63 2E
Octal 350 1 13 0 144 137 11 545 143 56
Binary 11101000 1 1011 0 1100100 1011111 1001 101100101 1100011 101110

Color Harmonies of #E8010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8010B

Black with #E8010B

Text Example


Text Example

White with #E8010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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