Html Css Color HEX #F00912 Fire Engine Red

📋 copy color: '#F00912'

red 240 ◦ green 9 ◦ blue 18

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

Shades of Fire Engine Red #F00912

Tints of Fire Engine Red #F00912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 89.89%
G = 3.37%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F00912 (or 0xF00912) is known color: Fire Engine Red. HEX triplet: F0, 09 and 12. RGB value is (240,9,18). Sum of RGB (Red+Green+Blue) = 240+9+18=267 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.89% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 240 - color contains mainly: red. Hex color #F00912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00912 is #0FF6ED. Grayscale: #4F4F4F. Windows color (decimal): -1046254 or 1182192. OLE color: 1182192.

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

Color convert

RGB 240 9 18 -
CMYK 0 0.96 0.92 0.06
HSL 357.66º 0.93% 0.49% -
HSV(B) 357.66º 0.96% 0.94% -
XYZ 36.14 18.76 2.29 -
YUV 79.1 93.53 242.77 -
System Red Green Blue C M Y K H S L
Decimal 240 9 18 0 0.96 0.92 0.06 357.66 0.93 0.49
Hex F0 9 12 0 60 5C 6 166 5D 31
Octal 360 11 22 0 140 134 6 546 135 61
Binary 11110000 1001 10010 0 1100000 1011100 110 101100110 1011101 110001

Color Harmonies of #F00912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00912

Black with #F00912

Text Example


Text Example

White with #F00912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00912; }

 p { color: rgb(240,9,18); }

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

background-color css

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

 a { background-color: rgb(240,9,18); }

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

border-color css

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

 span { border-color: rgb(240,9,18); }

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