Html Css Color HEX #E8031A Venetian Red

📋 copy color: '#E8031A'

red 232 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #E8031A

Tints of Venetian Red #E8031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 26 (10.55% from 255) = 9.96%

R = 88.89%
G = 1.15%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E8031A (or 0xE8031A) is known color: Venetian Red. HEX triplet: E8, 03 and 1A. RGB value is (232,3,26). Sum of RGB (Red+Green+Blue) = 232+3+26=261 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.89% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 232 - color contains mainly: red. Hex color #E8031A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8031A is #17FCE5. Grayscale: #4A4A4A. Windows color (decimal): -1572070 or 1704936. OLE color: 1704936.

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

Color convert

RGB 232 3 26 -
CMYK 0 0.99 0.89 0.09
HSL 353.97º 0.97% 0.46% -
HSV(B) 353.97º 0.99% 0.91% -
XYZ 33.5 17.3 2.55 -
YUV 74.09 100.87 240.63 -
System Red Green Blue C M Y K H S L
Decimal 232 3 26 0 0.99 0.89 0.09 353.97 0.97 0.46
Hex E8 3 1A 0 63 59 9 162 61 2E
Octal 350 3 32 0 143 131 11 542 141 56
Binary 11101000 11 11010 0 1100011 1011001 1001 101100010 1100001 101110

Color Harmonies of #E8031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8031A

Black with #E8031A

Text Example


Text Example

White with #E8031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8031A; }

 p { color: rgb(232,3,26); }

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

background-color css

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

 a { background-color: rgb(232,3,26); }

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

border-color css

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

 span { border-color: rgb(232,3,26); }

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