#F70927

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

Shades of Torch Red #F70927

Tints of Torch Red #F70927

Color information

#F70927 (or 0xF70927) is unknown color: approx Torch Red. HEX triplet: F7, 09 and 27. RGB value is (247,9,39). Sum of RGB (Red+Green+Blue) = 247+9+39=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F70927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70927 is #08F6D8. Grayscale: #535353. Windows color (decimal): -587481 or 2558455. OLE color: 2558455.

HSL color Cylindrical-coordinate representation of color #F70927: hue angle of 352.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70927 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB247939-
CMYK00.960.840.03
HSL352.44º93.7%50.2%-
HSV(B)352.44º96.36%96.86%-
XYZ38.8220.123.76-
YUV83.58102.85244.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 83.73%
GREEN value IS 9 (3.91% from 255) = 3.05%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=83.73%
G=3.05%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24793900.960.840.03352.4493.750.2
HexF79270605431605e32
Octal36711470140124354013662
Binary111101111001100111011000001010100111011000001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70927; }

 p { color: rgb(247,9,39); }

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

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

 a { background-color: rgb(247,9,39); }

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

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

 span { border-color: rgb(247,9,39); }

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