#f00e07

Color #F00E07 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #F00E07

Tints of Red #F00E07

Color information

#F00E07 (or 0xF00E07) is unknown color: approx Red. HEX triplet: F0, 0E and 07. RGB value is (240,14,7). Sum of RGB (Red+Green+Blue) = 240+14+7=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00E07 is #0FF1F8. Grayscale: #515151. Windows color (decimal): -1044985 or 462576. OLE color: 462576.

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

Color convert

RGB240147-
CMYK00.940.970.06
HSL1.8º94.33%48.43%-
HSV(B)1.8º97.08%94.12%-
XYZ36.1318.851.94-
YUV80.7886.37241.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 91.95%
GREEN value IS 14 (5.86% from 255) = 5.36%
BLUE value IS 7 (3.12% from 255) = 2.68%
R=91.95%
G=5.36%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014700.940.970.061.894.3348.43
HexF0E705E61625e30
Octal36016701361416213660
Binary111100001110111010111101100001110101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f00e07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f00e07; }

 p { color: rgb(240,14,7); }

 H1.HeaderClassName
 {
   color: #f00e07;
 }
 .AnyTagClassName
 {
   color: #f00e07;
 }
</style>
background-color css

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

 a { background-color: rgb(240,14,7); }

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

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

 span { border-color: rgb(240,14,7); }

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