Html Css Color HEX #E10C27 Fire Engine Red

📋 copy color: '#E10C27'

red 225 ◦ green 12 ◦ blue 39

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

Shades of Fire Engine Red #E10C27

Tints of Fire Engine Red #E10C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 81.52%
G = 4.35%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E10C27 (or 0xE10C27) is known color: Fire Engine Red. HEX triplet: E1, 0C and 27. RGB value is (225,12,39). Sum of RGB (Red+Green+Blue) = 225+12+39=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C27 is #1EF3D8. Grayscale: #4E4E4E. Windows color (decimal): -2028505 or 2559201. OLE color: 2559201.

HSL color Cylindrical-coordinate representation of color #E10C27: hue angle of 352.39º 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 #E10C27 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 12 39 -
CMYK 0 0.95 0.83 0.12
HSL 352.39º 0.9% 0.46% -
HSV(B) 352.39º 0.95% 0.88% -
XYZ 31.55 16.42 3.43 -
YUV 78.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 225 12 39 0 0.95 0.83 0.12 352.39 0.9 0.46
Hex E1 C 27 0 5F 53 C 160 5A 2E
Octal 341 14 47 0 137 123 14 540 132 56
Binary 11100001 1100 100111 0 1011111 1010011 1100 101100000 1011010 101110

Color Harmonies of #E10C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C27

Black with #E10C27

Text Example


Text Example

White with #E10C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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