Html Css Color HEX #E00A04 Red

📋 copy color: '#E00A04'

red 224 ◦ green 10 ◦ blue 4

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

Shades of Red #E00A04

Tints of Red #E00A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.68%

R = 94.12%
G = 4.2%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E00A04 (or 0xE00A04) is known color: Red. HEX triplet: E0, 0A and 04. RGB value is (224,10,4). Sum of RGB (Red+Green+Blue) = 224+10+4=238 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.12% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A04 is #1FF5FB. Grayscale: #494949. Windows color (decimal): -2094588 or 264928. OLE color: 264928.

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

Color convert

RGB 224 10 4 -
CMYK 0 0.96 0.98 0.12
HSL 1.64º 0.96% 0.45% -
HSV(B) 1.64º 0.98% 0.88% -
XYZ 30.87 16.07 1.59 -
YUV 73.3 88.9 235.49 -
System Red Green Blue C M Y K H S L
Decimal 224 10 4 0 0.96 0.98 0.12 1.64 0.96 0.45
Hex E0 A 4 0 60 62 C 2 60 2D
Octal 340 12 4 0 140 142 14 2 140 55
Binary 11100000 1010 100 0 1100000 1100010 1100 10 1100000 101101

Color Harmonies of #E00A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A04

Black with #E00A04

Text Example


Text Example

White with #E00A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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