Html Css Color HEX #E40D12 Fire Engine Red

📋 copy color: '#E40D12'

red 228 ◦ green 13 ◦ blue 18

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

Shades of Fire Engine Red #E40D12

Tints of Fire Engine Red #E40D12

RGB

 RED value IS 228 (89.45% from 255) = 88.03%

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 88.03%
G = 5.02%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E40D12 (or 0xE40D12) is known color: Fire Engine Red. HEX triplet: E4, 0D and 12. RGB value is (228,13,18). Sum of RGB (Red+Green+Blue) = 228+13+18=259 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.03% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40D12 is #1BF2ED. Grayscale: #4E4E4E. Windows color (decimal): -1831662 or 1183204. OLE color: 1183204.

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

Color convert

RGB 228 13 18 -
CMYK 0 0.94 0.92 0.11
HSL 358.6º 0.89% 0.47% -
HSV(B) 358.6º 0.94% 0.89% -
XYZ 32.25 16.83 2.12 -
YUV 77.86 94.23 235.09 -
System Red Green Blue C M Y K H S L
Decimal 228 13 18 0 0.94 0.92 0.11 358.6 0.89 0.47
Hex E4 D 12 0 5E 5C B 167 59 2F
Octal 344 15 22 0 136 134 13 547 131 57
Binary 11100100 1101 10010 0 1011110 1011100 1011 101100111 1011001 101111

Color Harmonies of #E40D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40D12

Black with #E40D12

Text Example


Text Example

White with #E40D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40D12; }

 p { color: rgb(228,13,18); }

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

background-color css

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

 a { background-color: rgb(228,13,18); }

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

border-color css

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

 span { border-color: rgb(228,13,18); }

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