#F1051C

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

Shades of Torch Red #F1051C

Tints of Torch Red #F1051C

Color information

#F1051C (or 0xF1051C) is unknown color: approx Torch Red. HEX triplet: F1, 05 and 1C. RGB value is (241,5,28). Sum of RGB (Red+Green+Blue) = 241+5+28=274 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.96% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 241 - color contains mainly: red. Hex color #F1051C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1051C is #0EFAE3. Grayscale: #4E4E4E. Windows color (decimal): -981732 or 1836529. OLE color: 1836529.

HSL color Cylindrical-coordinate representation of color #F1051C: hue angle of 354.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1051C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB241528-
CMYK00.980.880.05
HSL354.15º95.93%48.24%-
HSV(B)354.15º97.93%94.51%-
XYZ36.5418.892.82-
YUV78.1999.69244.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 87.96%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 28 (11.33% from 255) = 10.22%
R=87.96%
G=1.82%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24152800.980.880.05354.1595.9348.24
HexF151C0625851626030
Octal3615340142130554214060
Binary11110001101111000110001010110001011011000101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1051C; }

 p { color: rgb(241,5,28); }

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

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

 a { background-color: rgb(241,5,28); }

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

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

 span { border-color: rgb(241,5,28); }

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