Html Css Color HEX #E8030E Venetian Red

📋 copy color: '#E8030E'

red 232 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #E8030E

Tints of Venetian Red #E8030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.62%

R = 93.17%
G = 1.2%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8030E (or 0xE8030E) is known color: Venetian Red. HEX triplet: E8, 03 and 0E. RGB value is (232,3,14). Sum of RGB (Red+Green+Blue) = 232+3+14=249 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.17% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 232 - color contains mainly: red. Hex color #E8030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8030E is #17FCF1. Grayscale: #484848. Windows color (decimal): -1572082 or 918504. OLE color: 918504.

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

Color convert

RGB 232 3 14 -
CMYK 0 0.99 0.94 0.09
HSL 357.12º 0.97% 0.46% -
HSV(B) 357.12º 0.99% 0.91% -
XYZ 33.39 17.25 1.99 -
YUV 72.73 94.87 241.61 -
System Red Green Blue C M Y K H S L
Decimal 232 3 14 0 0.99 0.94 0.09 357.12 0.97 0.46
Hex E8 3 E 0 63 5E 9 165 61 2E
Octal 350 3 16 0 143 136 11 545 141 56
Binary 11101000 11 1110 0 1100011 1011110 1001 101100101 1100001 101110

Color Harmonies of #E8030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8030E

Black with #E8030E

Text Example


Text Example

White with #E8030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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