Html Css Color HEX #E00A01 Red

📋 copy color: '#E00A01'

red 224 ◦ green 10 ◦ blue 1

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

Shades of Red #E00A01

Tints of Red #E00A01

RGB

 RED value IS 224 (87.89% from 255) = 95.32%

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

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

R = 95.32%
G = 4.26%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E00A01 (or 0xE00A01) is known color: Red. HEX triplet: E0, 0A and 01. RGB value is (224,10,1). Sum of RGB (Red+Green+Blue) = 224+10+1=235 (31% of max value = 765). Red value is 224 (87.89% from 255 or 95.32% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A01 is #1FF5FE. Grayscale: #494949. Windows color (decimal): -2094591 or 68320. OLE color: 68320.

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

Color convert

RGB 224 10 1 -
CMYK 0 0.96 1.00 0.12
HSL 2.42º 0.99% 0.44% -
HSV(B) 2.42º 1% 0.88% -
XYZ 30.85 16.07 1.5 -
YUV 72.96 87.4 235.73 -
System Red Green Blue C M Y K H S L
Decimal 224 10 1 0 0.96 1.00 0.12 2.42 0.99 0.44
Hex E0 A 1 0 60 64 C 2 63 2C
Octal 340 12 1 0 140 144 14 2 143 54
Binary 11100000 1010 1 0 1100000 1100100 1100 10 1100011 101100

Color Harmonies of #E00A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A01

Black with #E00A01

Text Example


Text Example

White with #E00A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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