#F1051A

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

Shades of Torch Red #F1051A

Tints of Torch Red #F1051A

Color information

#F1051A (or 0xF1051A) is unknown color: approx Torch Red. HEX triplet: F1, 05 and 1A. RGB value is (241,5,26). Sum of RGB (Red+Green+Blue) = 241+5+26=272 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.60% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 241 - color contains mainly: red. Hex color #F1051A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1051A is #0EFAE5. Grayscale: #4E4E4E. Windows color (decimal): -981734 or 1705457. OLE color: 1705457.

HSL color Cylindrical-coordinate representation of color #F1051A: hue angle of 354.66º 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 #F1051A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB241526-
CMYK00.980.890.05
HSL354.66º95.93%48.24%-
HSV(B)354.66º97.93%94.51%-
XYZ36.5218.882.7-
YUV77.9698.69244.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 88.60%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 26 (10.55% from 255) = 9.56%
R=88.60%
G=1.84%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24152600.980.890.05354.6695.9348.24
HexF151A0625951636030
Octal3615320142131554314060
Binary11110001101110100110001010110011011011000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1051A; }

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

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

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

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

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

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

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

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