Html Css Color HEX #F10B0E Fire Engine Red

📋 copy color: '#F10B0E'

red 241 ◦ green 11 ◦ blue 14

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

Shades of Fire Engine Red #F10B0E

Tints of Fire Engine Red #F10B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

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

R = 90.6%
G = 4.14%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F10B0E (or 0xF10B0E) is known color: Fire Engine Red. HEX triplet: F1, 0B and 0E. RGB value is (241,11,14). Sum of RGB (Red+Green+Blue) = 241+11+14=266 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.60% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 241 - color contains mainly: red. Hex color #F10B0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10B0E is #0EF4F1. Grayscale: #505050. Windows color (decimal): -980210 or 920561. OLE color: 920561.

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

Color convert

RGB 241 11 14 -
CMYK 0 0.95 0.94 0.05
HSL 359.22º 0.91% 0.49% -
HSV(B) 359.22º 0.95% 0.95% -
XYZ 36.47 18.97 2.15 -
YUV 80.11 90.7 242.76 -
System Red Green Blue C M Y K H S L
Decimal 241 11 14 0 0.95 0.94 0.05 359.22 0.91 0.49
Hex F1 B E 0 5F 5E 5 167 5B 31
Octal 361 13 16 0 137 136 5 547 133 61
Binary 11110001 1011 1110 0 1011111 1011110 101 101100111 1011011 110001

Color Harmonies of #F10B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10B0E

Black with #F10B0E

Text Example


Text Example

White with #F10B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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