Html Css Color HEX #F01115 Fire Engine Red

📋 copy color: '#F01115'

red 240 ◦ green 17 ◦ blue 21

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

Shades of Fire Engine Red #F01115

Tints of Fire Engine Red #F01115

RGB

 RED value IS 240 (94.14% from 255) = 86.33%

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

 BLUE value IS 21 (8.59% from 255) = 7.55%

R = 86.33%
G = 6.12%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F01115 (or 0xF01115) is known color: Fire Engine Red. HEX triplet: F0, 11 and 15. RGB value is (240,17,21). Sum of RGB (Red+Green+Blue) = 240+17+21=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F01115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01115 is #0FEEEA. Grayscale: #545454. Windows color (decimal): -1044203 or 1380848. OLE color: 1380848.

HSL color Cylindrical-coordinate representation of color #F01115: hue angle of 358.92º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01115 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 21 -
CMYK 0 0.93 0.91 0.06
HSL 358.92º 0.88% 0.5% -
HSV(B) 358.92º 0.93% 0.94% -
XYZ 36.27 18.98 2.46 -
YUV 84.13 92.38 239.17 -
System Red Green Blue C M Y K H S L
Decimal 240 17 21 0 0.93 0.91 0.06 358.92 0.88 0.5
Hex F0 11 15 0 5D 5B 6 167 58 32
Octal 360 21 25 0 135 133 6 547 130 62
Binary 11110000 10001 10101 0 1011101 1011011 110 101100111 1011000 110010

Color Harmonies of #F01115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01115

Black with #F01115

Text Example


Text Example

White with #F01115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01115; }

 p { color: rgb(240,17,21); }

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

background-color css

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

 a { background-color: rgb(240,17,21); }

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

border-color css

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

 span { border-color: rgb(240,17,21); }

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