Html Css Color HEX #F00810 Fire Engine Red

📋 copy color: '#F00810'

red 240 ◦ green 8 ◦ blue 16

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

Shades of Fire Engine Red #F00810

Tints of Fire Engine Red #F00810

RGB

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

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

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

R = 90.91%
G = 3.03%
B = 6.06%

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

#F00810 (or 0xF00810) is known color: Fire Engine Red. HEX triplet: F0, 08 and 10. RGB value is (240,8,16). Sum of RGB (Red+Green+Blue) = 240+8+16=264 (34% of max value = 765). Red value is 240 (94.14% from 255 or 90.91% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 240 - color contains mainly: red. Hex color #F00810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00810 is #0FF7EF. Grayscale: #4E4E4E. Windows color (decimal): -1046512 or 1050864. OLE color: 1050864.

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

Color convert

RGB 240 8 16 -
CMYK 0 0.97 0.93 0.06
HSL 357.93º 0.94% 0.49% -
HSV(B) 357.93º 0.97% 0.94% -
XYZ 36.12 18.74 2.2 -
YUV 78.28 92.86 243.35 -
System Red Green Blue C M Y K H S L
Decimal 240 8 16 0 0.97 0.93 0.06 357.93 0.94 0.49
Hex F0 8 10 0 61 5D 6 166 5E 31
Octal 360 10 20 0 141 135 6 546 136 61
Binary 11110000 1000 10000 0 1100001 1011101 110 101100110 1011110 110001

Color Harmonies of #F00810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00810

Black with #F00810

Text Example


Text Example

White with #F00810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00810; }

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

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

background-color css

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

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

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

border-color css

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

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

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