Html Css Color HEX #E80A0F Venetian Red

📋 copy color: '#E80A0F'

red 232 ◦ green 10 ◦ blue 15

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

Shades of Venetian Red #E80A0F

Tints of Venetian Red #E80A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 90.27%
G = 3.89%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E80A0F (or 0xE80A0F) is known color: Venetian Red. HEX triplet: E8, 0A and 0F. RGB value is (232,10,15). Sum of RGB (Red+Green+Blue) = 232+10+15=257 (34% of max value = 765). Red value is 232 (91.02% from 255 or 90.27% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80A0F is #17F5F0. Grayscale: #4D4D4D. Windows color (decimal): -1570289 or 985832. OLE color: 985832.

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

Color convert

RGB 232 10 15 -
CMYK 0 0.96 0.94 0.09
HSL 358.65º 0.92% 0.47% -
HSV(B) 358.65º 0.96% 0.91% -
XYZ 33.47 17.41 2.05 -
YUV 76.95 93.05 238.59 -
System Red Green Blue C M Y K H S L
Decimal 232 10 15 0 0.96 0.94 0.09 358.65 0.92 0.47
Hex E8 A F 0 60 5E 9 167 5C 2F
Octal 350 12 17 0 140 136 11 547 134 57
Binary 11101000 1010 1111 0 1100000 1011110 1001 101100111 1011100 101111

Color Harmonies of #E80A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A0F

Black with #E80A0F

Text Example


Text Example

White with #E80A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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