Html Css Color HEX #E10A00 Red

📋 copy color: '#E10A00'

red 225 ◦ green 10 ◦ blue 0

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

Shades of Red #E10A00

Tints of Red #E10A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.74%
G = 4.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E10A00 (or 0xE10A00) is known color: Red. HEX triplet: E1, 0A and 00. RGB value is (225,10,0). Sum of RGB (Red+Green+Blue) = 225+10+0=235 (31% of max value = 765). Red value is 225 (88.28% from 255 or 95.74% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A00 is #1EF5FF. Grayscale: #494949. Windows color (decimal): -2029056 or 2785. OLE color: 2785.

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

Color convert

RGB 225 10 0 -
CMYK 0 0.96 1 0.12
HSL 2.67º 1% 0.44% -
HSV(B) 2.67º 1% 0.88% -
XYZ 31.16 16.22 1.49 -
YUV 73.15 86.73 236.31 -
System Red Green Blue C M Y K H S L
Decimal 225 10 0 0 0.96 1 0.12 2.67 1 0.44
Hex E1 A 0 0 60 64 C 3 64 2C
Octal 341 12 0 0 140 144 14 3 144 54
Binary 11100001 1010 0 0 1100000 1100100 1100 11 1100100 101100

Color Harmonies of #E10A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A00

Black with #E10A00

Text Example


Text Example

White with #E10A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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