Html Css Color HEX #F11113 Fire Engine Red

📋 copy color: '#F11113'

red 241 ◦ green 17 ◦ blue 19

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

Shades of Fire Engine Red #F11113

Tints of Fire Engine Red #F11113

RGB

 RED value IS 241 (94.53% from 255) = 87%

 GREEN value IS 17 (7.03% from 255) = 6.14%

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 87%
G = 6.14%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F11113 (or 0xF11113) is known color: Fire Engine Red. HEX triplet: F1, 11 and 13. RGB value is (241,17,19). Sum of RGB (Red+Green+Blue) = 241+17+19=277 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.00% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 241 - color contains mainly: red. Hex color #F11113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11113 is #0EEEEC. Grayscale: #545454. Windows color (decimal): -978669 or 1249777. OLE color: 1249777.

HSL color Cylindrical-coordinate representation of color #F11113: hue angle of 359.46º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11113 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 17 19 -
CMYK 0 0.93 0.92 0.05
HSL 359.46º 0.89% 0.51% -
HSV(B) 359.46º 0.93% 0.95% -
XYZ 36.59 19.15 2.38 -
YUV 84.2 91.21 239.84 -
System Red Green Blue C M Y K H S L
Decimal 241 17 19 0 0.93 0.92 0.05 359.46 0.89 0.51
Hex F1 11 13 0 5D 5C 5 167 59 33
Octal 361 21 23 0 135 134 5 547 131 63
Binary 11110001 10001 10011 0 1011101 1011100 101 101100111 1011001 110011

Color Harmonies of #F11113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11113

Black with #F11113

Text Example


Text Example

White with #F11113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11113; }

 p { color: rgb(241,17,19); }

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

background-color css

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

 a { background-color: rgb(241,17,19); }

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

border-color css

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

 span { border-color: rgb(241,17,19); }

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