Html Css Color HEX #E80A05 Red

📋 copy color: '#E80A05'

red 232 ◦ green 10 ◦ blue 5

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

Shades of Red #E80A05

Tints of Red #E80A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 93.93%
G = 4.05%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E80A05 (or 0xE80A05) is known color: Red. HEX triplet: E8, 0A and 05. RGB value is (232,10,5). Sum of RGB (Red+Green+Blue) = 232+10+5=247 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.93% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80A05 is #17F5FA. Grayscale: #4C4C4C. Windows color (decimal): -1570299 or 330472. OLE color: 330472.

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

Color convert

RGB 232 10 5 -
CMYK 0 0.96 0.98 0.09
HSL 1.32º 0.96% 0.46% -
HSV(B) 1.32º 0.98% 0.91% -
XYZ 33.41 17.38 1.74 -
YUV 75.81 88.05 239.41 -
System Red Green Blue C M Y K H S L
Decimal 232 10 5 0 0.96 0.98 0.09 1.32 0.96 0.46
Hex E8 A 5 0 60 62 9 1 60 2E
Octal 350 12 5 0 140 142 11 1 140 56
Binary 11101000 1010 101 0 1100000 1100010 1001 1 1100000 101110

Color Harmonies of #E80A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A05

Black with #E80A05

Text Example


Text Example

White with #E80A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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