Html Css Color HEX #F00A11 Fire Engine Red

📋 copy color: '#F00A11'

red 240 ◦ green 10 ◦ blue 17

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

Shades of Fire Engine Red #F00A11

Tints of Fire Engine Red #F00A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 89.89%
G = 3.75%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F00A11 (or 0xF00A11) is known color: Fire Engine Red. HEX triplet: F0, 0A and 11. RGB value is (240,10,17). Sum of RGB (Red+Green+Blue) = 240+10+17=267 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.89% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00A11 is #0FF5EE. Grayscale: #4F4F4F. Windows color (decimal): -1045999 or 1116912. OLE color: 1116912.

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

Color convert

RGB 240 10 17 -
CMYK 0 0.96 0.93 0.06
HSL 358.17º 0.92% 0.49% -
HSV(B) 358.17º 0.96% 0.94% -
XYZ 36.14 18.78 2.25 -
YUV 79.57 92.7 242.43 -
System Red Green Blue C M Y K H S L
Decimal 240 10 17 0 0.96 0.93 0.06 358.17 0.92 0.49
Hex F0 A 11 0 60 5D 6 166 5C 31
Octal 360 12 21 0 140 135 6 546 134 61
Binary 11110000 1010 10001 0 1100000 1011101 110 101100110 1011100 110001

Color Harmonies of #F00A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A11

Black with #F00A11

Text Example


Text Example

White with #F00A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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