Html Css Color HEX #F00C0F Fire Engine Red

📋 copy color: '#F00C0F'

red 240 ◦ green 12 ◦ blue 15

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

Shades of Fire Engine Red #F00C0F

Tints of Fire Engine Red #F00C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 89.89%
G = 4.49%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F00C0F (or 0xF00C0F) is known color: Fire Engine Red. HEX triplet: F0, 0C and 0F. RGB value is (240,12,15). Sum of RGB (Red+Green+Blue) = 240+12+15=267 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.89% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00C0F is #0FF3F0. Grayscale: #505050. Windows color (decimal): -1045489 or 986352. OLE color: 986352.

HSL color Cylindrical-coordinate representation of color #F00C0F: hue angle of 359.21º degrees, saturation: 0.9, 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 #F00C0F is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 12 15 -
CMYK 0 0.95 0.94 0.06
HSL 359.21º 0.9% 0.49% -
HSV(B) 359.21º 0.95% 0.94% -
XYZ 36.15 18.82 2.18 -
YUV 80.51 91.04 241.76 -
System Red Green Blue C M Y K H S L
Decimal 240 12 15 0 0.95 0.94 0.06 359.21 0.9 0.49
Hex F0 C F 0 5F 5E 6 167 5A 31
Octal 360 14 17 0 137 136 6 547 132 61
Binary 11110000 1100 1111 0 1011111 1011110 110 101100111 1011010 110001

Color Harmonies of #F00C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00C0F

Black with #F00C0F

Text Example


Text Example

White with #F00C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00C0F; }

 p { color: rgb(240,12,15); }

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

background-color css

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

 a { background-color: rgb(240,12,15); }

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

border-color css

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

 span { border-color: rgb(240,12,15); }

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