Html Css Color HEX #F1090E Fire Engine Red

📋 copy color: '#F1090E'

red 241 ◦ green 9 ◦ blue 14

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

Shades of Fire Engine Red #F1090E

Tints of Fire Engine Red #F1090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 91.29%
G = 3.41%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1090E (or 0xF1090E) is known color: Fire Engine Red. HEX triplet: F1, 09 and 0E. RGB value is (241,9,14). Sum of RGB (Red+Green+Blue) = 241+9+14=264 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.29% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 241 - color contains mainly: red. Hex color #F1090E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1090E is #0EF6F1. Grayscale: #4F4F4F. Windows color (decimal): -980722 or 920049. OLE color: 920049.

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

Color convert

RGB 241 9 14 -
CMYK 0 0.96 0.94 0.05
HSL 358.71º 0.93% 0.49% -
HSV(B) 358.71º 0.96% 0.95% -
XYZ 36.45 18.93 2.15 -
YUV 78.94 91.36 243.59 -
System Red Green Blue C M Y K H S L
Decimal 241 9 14 0 0.96 0.94 0.05 358.71 0.93 0.49
Hex F1 9 E 0 60 5E 5 167 5D 31
Octal 361 11 16 0 140 136 5 547 135 61
Binary 11110001 1001 1110 0 1100000 1011110 101 101100111 1011101 110001

Color Harmonies of #F1090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1090E

Black with #F1090E

Text Example


Text Example

White with #F1090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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