Html Css Color HEX #E10A04 Red

📋 copy color: '#E10A04'

red 225 ◦ green 10 ◦ blue 4

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

Shades of Red #E10A04

Tints of Red #E10A04

RGB

 RED value IS 225 (88.28% from 255) = 94.14%

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

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

R = 94.14%
G = 4.18%
B = 1.67%

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

#E10A04 (or 0xE10A04) is known color: Red. HEX triplet: E1, 0A and 04. RGB value is (225,10,4). Sum of RGB (Red+Green+Blue) = 225+10+4=239 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.14% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A04 is #1EF5FB. Grayscale: #494949. Windows color (decimal): -2029052 or 264929. OLE color: 264929.

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

Color convert

RGB 225 10 4 -
CMYK 0 0.96 0.98 0.12
HSL 1.63º 0.97% 0.45% -
HSV(B) 1.63º 0.98% 0.88% -
XYZ 31.18 16.23 1.6 -
YUV 73.6 88.73 235.99 -
System Red Green Blue C M Y K H S L
Decimal 225 10 4 0 0.96 0.98 0.12 1.63 0.97 0.45
Hex E1 A 4 0 60 62 C 2 61 2D
Octal 341 12 4 0 140 142 14 2 141 55
Binary 11100001 1010 100 0 1100000 1100010 1100 10 1100001 101101

Color Harmonies of #E10A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A04

Black with #E10A04

Text Example


Text Example

White with #E10A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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