Html Css Color HEX #E8010C Venetian Red

📋 copy color: '#E8010C'

red 232 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #E8010C

Tints of Venetian Red #E8010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 94.69%
G = 0.41%
B = 4.9%

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

#E8010C (or 0xE8010C) is known color: Venetian Red. HEX triplet: E8, 01 and 0C. RGB value is (232,1,12). Sum of RGB (Red+Green+Blue) = 232+1+12=245 (32% of max value = 765). Red value is 232 (91.02% from 255 or 94.69% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 232 - color contains mainly: red. Hex color #E8010C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8010C is #17FEF3. Grayscale: #474747. Windows color (decimal): -1572596 or 786920. OLE color: 786920.

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

Color convert

RGB 232 1 12 -
CMYK 0 1.00 0.95 0.09
HSL 357.14º 0.99% 0.46% -
HSV(B) 357.14º 1% 0.91% -
XYZ 33.36 17.2 1.91 -
YUV 71.32 94.53 242.61 -
System Red Green Blue C M Y K H S L
Decimal 232 1 12 0 1.00 0.95 0.09 357.14 0.99 0.46
Hex E8 1 C 0 64 5F 9 165 63 2E
Octal 350 1 14 0 144 137 11 545 143 56
Binary 11101000 1 1100 0 1100100 1011111 1001 101100101 1100011 101110

Color Harmonies of #E8010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8010C

Black with #E8010C

Text Example


Text Example

White with #E8010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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