Html Css Color HEX #E10C1F Fire Engine Red

📋 copy color: '#E10C1F'

red 225 ◦ green 12 ◦ blue 31

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

Shades of Fire Engine Red #E10C1F

Tints of Fire Engine Red #E10C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 83.96%
G = 4.48%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E10C1F (or 0xE10C1F) is known color: Fire Engine Red. HEX triplet: E1, 0C and 1F. RGB value is (225,12,31). Sum of RGB (Red+Green+Blue) = 225+12+31=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C1F is #1EF3E0. Grayscale: #4D4D4D. Windows color (decimal): -2028513 or 2034913. OLE color: 2034913.

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

Color convert

RGB 225 12 31 -
CMYK 0 0.95 0.86 0.12
HSL 354.65º 0.9% 0.46% -
HSV(B) 354.65º 0.95% 0.88% -
XYZ 31.43 16.37 2.8 -
YUV 77.85 101.57 232.96 -
System Red Green Blue C M Y K H S L
Decimal 225 12 31 0 0.95 0.86 0.12 354.65 0.9 0.46
Hex E1 C 1F 0 5F 56 C 163 5A 2E
Octal 341 14 37 0 137 126 14 543 132 56
Binary 11100001 1100 11111 0 1011111 1010110 1100 101100011 1011010 101110

Color Harmonies of #E10C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C1F

Black with #E10C1F

Text Example


Text Example

White with #E10C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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