Html Css Color HEX #F10E10 Fire Engine Red

📋 copy color: '#F10E10'

red 241 ◦ green 14 ◦ blue 16

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

Shades of Fire Engine Red #F10E10

Tints of Fire Engine Red #F10E10

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.17%

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

R = 88.93%
G = 5.17%
B = 5.9%

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

#F10E10 (or 0xF10E10) is known color: Fire Engine Red. HEX triplet: F1, 0E and 10. RGB value is (241,14,16). Sum of RGB (Red+Green+Blue) = 241+14+16=271 (35% of max value = 765). Red value is 241 (94.53% from 255 or 88.93% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10E10 is #0EF1EF. Grayscale: #525252. Windows color (decimal): -979440 or 1052401. OLE color: 1052401.

HSL color Cylindrical-coordinate representation of color #F10E10: hue angle of 359.47º 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 #F10E10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 14 16 -
CMYK 0 0.94 0.93 0.05
HSL 359.47º 0.89% 0.5% -
HSV(B) 359.47º 0.94% 0.95% -
XYZ 36.53 19.05 2.24 -
YUV 82.1 90.71 241.34 -
System Red Green Blue C M Y K H S L
Decimal 241 14 16 0 0.94 0.93 0.05 359.47 0.89 0.5
Hex F1 E 10 0 5E 5D 5 167 59 32
Octal 361 16 20 0 136 135 5 547 131 62
Binary 11110001 1110 10000 0 1011110 1011101 101 101100111 1011001 110010

Color Harmonies of #F10E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10E10

Black with #F10E10

Text Example


Text Example

White with #F10E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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