Html Css Color HEX #E80A01 Red

📋 copy color: '#E80A01'

red 232 ◦ green 10 ◦ blue 1

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

Shades of Red #E80A01

Tints of Red #E80A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 95.47%
G = 4.12%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E80A01 (or 0xE80A01) is known color: Red. HEX triplet: E8, 0A and 01. RGB value is (232,10,1). Sum of RGB (Red+Green+Blue) = 232+10+1=243 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.47% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80A01 is #17F5FE. Grayscale: #4B4B4B. Windows color (decimal): -1570303 or 68328. OLE color: 68328.

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

Color convert

RGB 232 10 1 -
CMYK 0 0.96 1.00 0.09
HSL 2.34º 0.99% 0.46% -
HSV(B) 2.34º 1% 0.91% -
XYZ 33.39 17.38 1.62 -
YUV 75.35 86.05 239.73 -
System Red Green Blue C M Y K H S L
Decimal 232 10 1 0 0.96 1.00 0.09 2.34 0.99 0.46
Hex E8 A 1 0 60 64 9 2 63 2E
Octal 350 12 1 0 140 144 11 2 143 56
Binary 11101000 1010 1 0 1100000 1100100 1001 10 1100011 101110

Color Harmonies of #E80A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A01

Black with #E80A01

Text Example


Text Example

White with #E80A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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