Html Css Color HEX #F00B12 Fire Engine Red

📋 copy color: '#F00B12'

red 240 ◦ green 11 ◦ blue 18

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

Shades of Fire Engine Red #F00B12

Tints of Fire Engine Red #F00B12

RGB

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

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

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

R = 89.22%
G = 4.09%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F00B12 (or 0xF00B12) is known color: Fire Engine Red. HEX triplet: F0, 0B and 12. RGB value is (240,11,18). Sum of RGB (Red+Green+Blue) = 240+11+18=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00B12 is #0FF4ED. Grayscale: #505050. Windows color (decimal): -1045742 or 1182704. OLE color: 1182704.

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

Color convert

RGB 240 11 18 -
CMYK 0 0.95 0.92 0.06
HSL 358.17º 0.91% 0.49% -
HSV(B) 358.17º 0.95% 0.94% -
XYZ 36.16 18.81 2.3 -
YUV 80.27 92.87 241.93 -
System Red Green Blue C M Y K H S L
Decimal 240 11 18 0 0.95 0.92 0.06 358.17 0.91 0.49
Hex F0 B 12 0 5F 5C 6 166 5B 31
Octal 360 13 22 0 137 134 6 546 133 61
Binary 11110000 1011 10010 0 1011111 1011100 110 101100110 1011011 110001

Color Harmonies of #F00B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00B12

Black with #F00B12

Text Example


Text Example

White with #F00B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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