Html Css Color HEX #E10C24 Fire Engine Red

📋 copy color: '#E10C24'

red 225 ◦ green 12 ◦ blue 36

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

Shades of Fire Engine Red #E10C24

Tints of Fire Engine Red #E10C24

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.4%

 BLUE value IS 36 (14.45% from 255) = 13.19%

R = 82.42%
G = 4.4%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E10C24 (or 0xE10C24) is known color: Fire Engine Red. HEX triplet: E1, 0C and 24. RGB value is (225,12,36). Sum of RGB (Red+Green+Blue) = 225+12+36=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C24 is #1EF3DB. Grayscale: #4E4E4E. Windows color (decimal): -2028508 or 2362593. OLE color: 2362593.

HSL color Cylindrical-coordinate representation of color #E10C24: hue angle of 353.24º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C24 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 12 36 -
CMYK 0 0.95 0.84 0.12
HSL 353.24º 0.9% 0.46% -
HSV(B) 353.24º 0.95% 0.88% -
XYZ 31.5 16.4 3.17 -
YUV 78.42 104.07 232.55 -
System Red Green Blue C M Y K H S L
Decimal 225 12 36 0 0.95 0.84 0.12 353.24 0.9 0.46
Hex E1 C 24 0 5F 54 C 161 5A 2E
Octal 341 14 44 0 137 124 14 541 132 56
Binary 11100001 1100 100100 0 1011111 1010100 1100 101100001 1011010 101110

Color Harmonies of #E10C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C24

Black with #E10C24

Text Example


Text Example

White with #E10C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C24; }

 p { color: rgb(225,12,36); }

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

background-color css

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

 a { background-color: rgb(225,12,36); }

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

border-color css

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

 span { border-color: rgb(225,12,36); }

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