Html Css Color HEX #E8040A Venetian Red

📋 copy color: '#E8040A'

red 232 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #E8040A

Tints of Venetian Red #E8040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 94.31%
G = 1.63%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E8040A (or 0xE8040A) is known color: Venetian Red. HEX triplet: E8, 04 and 0A. RGB value is (232,4,10). Sum of RGB (Red+Green+Blue) = 232+4+10=246 (32% of max value = 765). Red value is 232 (91.02% from 255 or 94.31% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 232 - color contains mainly: red. Hex color #E8040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8040A is #17FBF5. Grayscale: #494949. Windows color (decimal): -1571830 or 656616. OLE color: 656616.

HSL color Cylindrical-coordinate representation of color #E8040A: hue angle of 358.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8040A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 4 10 -
CMYK 0 0.98 0.96 0.09
HSL 358.42º 0.97% 0.46% -
HSV(B) 358.42º 0.98% 0.91% -
XYZ 33.38 17.26 1.86 -
YUV 72.86 92.54 241.51 -
System Red Green Blue C M Y K H S L
Decimal 232 4 10 0 0.98 0.96 0.09 358.42 0.97 0.46
Hex E8 4 A 0 62 60 9 166 61 2E
Octal 350 4 12 0 142 140 11 546 141 56
Binary 11101000 100 1010 0 1100010 1100000 1001 101100110 1100001 101110

Color Harmonies of #E8040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8040A

Black with #E8040A

Text Example


Text Example

White with #E8040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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