Html Css Color HEX #F00811 Fire Engine Red

📋 copy color: '#F00811'

red 240 ◦ green 8 ◦ blue 17

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

Shades of Fire Engine Red #F00811

Tints of Fire Engine Red #F00811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 90.57%
G = 3.02%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F00811 (or 0xF00811) is known color: Fire Engine Red. HEX triplet: F0, 08 and 11. RGB value is (240,8,17). Sum of RGB (Red+Green+Blue) = 240+8+17=265 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.57% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 240 - color contains mainly: red. Hex color #F00811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00811 is #0FF7EE. Grayscale: #4E4E4E. Windows color (decimal): -1046511 or 1116400. OLE color: 1116400.

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

Color convert

RGB 240 8 17 -
CMYK 0 0.97 0.93 0.06
HSL 357.67º 0.94% 0.49% -
HSV(B) 357.67º 0.97% 0.94% -
XYZ 36.12 18.74 2.24 -
YUV 78.39 93.36 243.27 -
System Red Green Blue C M Y K H S L
Decimal 240 8 17 0 0.97 0.93 0.06 357.67 0.94 0.49
Hex F0 8 11 0 61 5D 6 166 5E 31
Octal 360 10 21 0 141 135 6 546 136 61
Binary 11110000 1000 10001 0 1100001 1011101 110 101100110 1011110 110001

Color Harmonies of #F00811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00811

Black with #F00811

Text Example


Text Example

White with #F00811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00811; }

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

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

background-color css

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

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

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

border-color css

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

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

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