#F00E30

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

Shades of Torch Red #F00E30

Tints of Torch Red #F00E30

Color information

#F00E30 (or 0xF00E30) is unknown color: approx Torch Red. HEX triplet: F0, 0E and 30. RGB value is (240,14,48). Sum of RGB (Red+Green+Blue) = 240+14+48=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00E30 is #0FF1CF. Grayscale: #555555. Windows color (decimal): -1044944 or 3149552. OLE color: 3149552.

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

Color convert

RGB2401448-
CMYK00.940.80.06
HSL350.97º88.98%49.8%-
HSV(B)350.97º94.17%94.12%-
XYZ36.6319.054.54-
YUV85.45106.87238.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 79.47%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=79.47%
G=4.64%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.8
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240144800.940.80.06350.9788.9849.8
HexF0E3005E50615f5932
Octal36016600136120653713162
Binary1111000011101100000101111010100001101010111111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00E30; }

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

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

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

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

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

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

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

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