Html Css Color HEX #F11314 Fire Engine Red

📋 copy color: '#F11314'

red 241 ◦ green 19 ◦ blue 20

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

Shades of Fire Engine Red #F11314

Tints of Fire Engine Red #F11314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 86.07%
G = 6.79%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F11314 (or 0xF11314) is known color: Fire Engine Red. HEX triplet: F1, 13 and 14. RGB value is (241,19,20). Sum of RGB (Red+Green+Blue) = 241+19+20=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F11314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11314 is #0EECEB. Grayscale: #555555. Windows color (decimal): -978156 or 1315825. OLE color: 1315825.

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

Color convert

RGB 241 19 20 -
CMYK 0 0.92 0.92 0.05
HSL 359.73º 0.89% 0.51% -
HSV(B) 359.73º 0.92% 0.95% -
XYZ 36.63 19.22 2.44 -
YUV 85.49 91.05 238.92 -
System Red Green Blue C M Y K H S L
Decimal 241 19 20 0 0.92 0.92 0.05 359.73 0.89 0.51
Hex F1 13 14 0 5C 5C 5 168 59 33
Octal 361 23 24 0 134 134 5 550 131 63
Binary 11110001 10011 10100 0 1011100 1011100 101 101101000 1011001 110011

Color Harmonies of #F11314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11314

Black with #F11314

Text Example


Text Example

White with #F11314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11314; }

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

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

background-color css

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

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

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

border-color css

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

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

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