Html Css Color HEX #F10F10 Fire Engine Red

📋 copy color: '#F10F10'

red 241 ◦ green 15 ◦ blue 16

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

Shades of Fire Engine Red #F10F10

Tints of Fire Engine Red #F10F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.51%

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 88.6%
G = 5.51%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F10F10 (or 0xF10F10) is known color: Fire Engine Red. HEX triplet: F1, 0F and 10. RGB value is (241,15,16). Sum of RGB (Red+Green+Blue) = 241+15+16=272 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.60% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10F10 is #0EF0EF. Grayscale: #525252. Windows color (decimal): -979184 or 1052657. OLE color: 1052657.

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

Color convert

RGB 241 15 16 -
CMYK 0 0.94 0.93 0.05
HSL 359.73º 0.89% 0.5% -
HSV(B) 359.73º 0.94% 0.95% -
XYZ 36.54 19.08 2.25 -
YUV 82.69 90.37 240.92 -
System Red Green Blue C M Y K H S L
Decimal 241 15 16 0 0.94 0.93 0.05 359.73 0.89 0.5
Hex F1 F 10 0 5E 5D 5 168 59 32
Octal 361 17 20 0 136 135 5 550 131 62
Binary 11110001 1111 10000 0 1011110 1011101 101 101101000 1011001 110010

Color Harmonies of #F10F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F10

Black with #F10F10

Text Example


Text Example

White with #F10F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F10; }

 p { color: rgb(241,15,16); }

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

background-color css

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

 a { background-color: rgb(241,15,16); }

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

border-color css

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

 span { border-color: rgb(241,15,16); }

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