#F01928

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

Shades of Torch Red #F01928

Tints of Torch Red #F01928

Color information

#F01928 (or 0xF01928) is unknown color: approx Torch Red. HEX triplet: F0, 19 and 28. RGB value is (240,25,40). Sum of RGB (Red+Green+Blue) = 240+25+40=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F01928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01928 is #0FE6D7. Grayscale: #5B5B5B. Windows color (decimal): -1042136 or 2628080. OLE color: 2628080.

HSL color Cylindrical-coordinate representation of color #F01928: hue angle of 355.81º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01928 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB2402540-
CMYK00.900.830.06
HSL355.81º87.76%51.96%-
HSV(B)355.81º89.58%94.12%-
XYZ36.6719.373.81-
YUV90.9999.23234.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.69%
GREEN value IS 25 (10.16% from 255) = 8.20%
BLUE value IS 40 (16.02% from 255) = 13.11%
R=78.69%
G=8.20%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240254000.900.830.06355.8187.7651.96
HexF0192805A5361645834
Octal36031500132123654413064
Binary11110000110011010000101101010100111101011001001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01928; }

 p { color: rgb(240,25,40); }

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

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

 a { background-color: rgb(240,25,40); }

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

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

 span { border-color: rgb(240,25,40); }

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