#F80B27

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

Shades of Torch Red #F80B27

Tints of Torch Red #F80B27

Color information

#F80B27 (or 0xF80B27) is unknown color: approx Torch Red. HEX triplet: F8, 0B and 27. RGB value is (248,11,39). Sum of RGB (Red+Green+Blue) = 248+11+39=298 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.22% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80B27 is #07F4D8. Grayscale: #555555. Windows color (decimal): -521433 or 2558968. OLE color: 2558968.

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

Color convert

RGB2481139-
CMYK00.960.840.03
HSL352.91º94.42%50.78%-
HSV(B)352.91º95.56%97.25%-
XYZ39.220.343.78-
YUV85.06102.02244.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 83.22%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 39 (15.62% from 255) = 13.09%
R=83.22%
G=3.69%
B=13.09%

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
Decimal248113900.960.840.03352.9194.4250.78
HexF8B270605431615e33
Octal37013470140124354113663
Binary111110001011100111011000001010100111011000011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80B27; }

 p { color: rgb(248,11,39); }

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

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

 a { background-color: rgb(248,11,39); }

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

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

 span { border-color: rgb(248,11,39); }

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