Html Css Color HEX #E40D25 Fire Engine Red

📋 copy color: '#E40D25'

red 228 ◦ green 13 ◦ blue 37

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

Shades of Fire Engine Red #E40D25

Tints of Fire Engine Red #E40D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 82.01%
G = 4.68%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E40D25 (or 0xE40D25) is known color: Fire Engine Red. HEX triplet: E4, 0D and 25. RGB value is (228,13,37). Sum of RGB (Red+Green+Blue) = 228+13+37=278 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.01% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40D25 is #1BF2DA. Grayscale: #505050. Windows color (decimal): -1831643 or 2428388. OLE color: 2428388.

HSL color Cylindrical-coordinate representation of color #E40D25: hue angle of 353.3º 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 #E40D25 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 13 37 -
CMYK 0 0.94 0.84 0.11
HSL 353.3º 0.89% 0.47% -
HSV(B) 353.3º 0.94% 0.89% -
XYZ 32.47 16.92 3.3 -
YUV 80.02 103.73 233.55 -
System Red Green Blue C M Y K H S L
Decimal 228 13 37 0 0.94 0.84 0.11 353.3 0.89 0.47
Hex E4 D 25 0 5E 54 B 161 59 2F
Octal 344 15 45 0 136 124 13 541 131 57
Binary 11100100 1101 100101 0 1011110 1010100 1011 101100001 1011001 101111

Color Harmonies of #E40D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40D25

Black with #E40D25

Text Example


Text Example

White with #E40D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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