#F00C25

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

Shades of Torch Red #F00C25

Tints of Torch Red #F00C25

Color information

#F00C25 (or 0xF00C25) is unknown color: approx Torch Red. HEX triplet: F0, 0C and 25. RGB value is (240,12,37). Sum of RGB (Red+Green+Blue) = 240+12+37=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00C25 is #0FF3DA. Grayscale: #535353. Windows color (decimal): -1045467 or 2428144. OLE color: 2428144.

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

Color convert

RGB2401237-
CMYK00.950.850.06
HSL353.42º90.48%49.41%-
HSV(B)353.42º95%94.12%-
XYZ36.418.923.48-
YUV83.02102.04239.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 83.04%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=83.04%
G=4.15%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240123700.950.850.06353.4290.4849.41
HexF0C2505F5561615a31
Octal36014450137125654113261
Binary1111000011001001010101111110101011101011000011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00C25; }

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

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

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

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

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

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

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

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