Html Css Color HEX #E10D16 Fire Engine Red

📋 copy color: '#E10D16'

red 225 ◦ green 13 ◦ blue 22

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

Shades of Fire Engine Red #E10D16

Tints of Fire Engine Red #E10D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 86.54%
G = 5%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E10D16 (or 0xE10D16) is known color: Fire Engine Red. HEX triplet: E1, 0D and 16. RGB value is (225,13,22). Sum of RGB (Red+Green+Blue) = 225+13+22=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10D16 is #1EF2E9. Grayscale: #4D4D4D. Windows color (decimal): -2028266 or 1445345. OLE color: 1445345.

HSL color Cylindrical-coordinate representation of color #E10D16: hue angle of 357.45º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D16 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 13 22 -
CMYK 0 0.94 0.90 0.12
HSL 357.45º 0.89% 0.47% -
HSV(B) 357.45º 0.94% 0.88% -
XYZ 31.34 16.35 2.26 -
YUV 77.41 96.74 233.27 -
System Red Green Blue C M Y K H S L
Decimal 225 13 22 0 0.94 0.90 0.12 357.45 0.89 0.47
Hex E1 D 16 0 5E 5A C 165 59 2F
Octal 341 15 26 0 136 132 14 545 131 57
Binary 11100001 1101 10110 0 1011110 1011010 1100 101100101 1011001 101111

Color Harmonies of #E10D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D16

Black with #E10D16

Text Example


Text Example

White with #E10D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D16; }

 p { color: rgb(225,13,22); }

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

background-color css

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

 a { background-color: rgb(225,13,22); }

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

border-color css

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

 span { border-color: rgb(225,13,22); }

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