#F71523

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

Shades of Torch Red #F71523

Tints of Torch Red #F71523

Color information

#F71523 (or 0xF71523) is unknown color: approx Torch Red. HEX triplet: F7, 15 and 23. RGB value is (247,21,35). Sum of RGB (Red+Green+Blue) = 247+21+35=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F71523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71523 is #08EADC. Grayscale: #5A5A5A. Windows color (decimal): -584413 or 2299383. OLE color: 2299383.

HSL color Cylindrical-coordinate representation of color #F71523: hue angle of 356.28º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71523 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB2472135-
CMYK00.910.860.03
HSL356.28º93.39%52.55%-
HSV(B)356.28º91.5%96.86%-
XYZ38.9320.433.48-
YUV90.1796.87239.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 81.52%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 35 (14.06% from 255) = 11.55%
R=81.52%
G=6.93%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247213500.910.860.03356.2893.3952.55
HexF7152305B5631645d35
Octal36725430133126354413565
Binary1111011110101100011010110111010110111011001001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71523; }

 p { color: rgb(247,21,35); }

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

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

 a { background-color: rgb(247,21,35); }

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

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

 span { border-color: rgb(247,21,35); }

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