#F5121B

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

Shades of Torch Red #F5121B

Tints of Torch Red #F5121B

Color information

#F5121B (or 0xF5121B) is unknown color: approx Torch Red. HEX triplet: F5, 12 and 1B. RGB value is (245,18,27). Sum of RGB (Red+Green+Blue) = 245+18+27=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F5121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5121B is #0AEDE4. Grayscale: #575757. Windows color (decimal): -716261 or 1774325. OLE color: 1774325.

HSL color Cylindrical-coordinate representation of color #F5121B: hue angle of 357.62º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5121B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB2451827-
CMYK00.930.890.04
HSL357.62º91.9%51.57%-
HSV(B)357.62º92.65%96.08%-
XYZ38.0719.922.88-
YUV86.994.21240.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 84.48%
GREEN value IS 18 (7.42% from 255) = 6.21%
BLUE value IS 27 (10.94% from 255) = 9.31%
R=84.48%
G=6.21%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245182700.930.890.04357.6291.951.57
HexF5121B05D5941665c34
Octal36522330135131454613464
Binary1111010110010110110101110110110011001011001101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5121B; }

 p { color: rgb(245,18,27); }

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

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

 a { background-color: rgb(245,18,27); }

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

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

 span { border-color: rgb(245,18,27); }

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