#F80827

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

Shades of Torch Red #F80827

Tints of Torch Red #F80827

Color information

#F80827 (or 0xF80827) is unknown color: approx Torch Red. HEX triplet: F8, 08 and 27. RGB value is (248,8,39). Sum of RGB (Red+Green+Blue) = 248+8+39=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F80827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80827 is #07F7D8. Grayscale: #535353. Windows color (decimal): -522201 or 2558200. OLE color: 2558200.

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

Color convert

RGB248839-
CMYK00.970.840.03
HSL352.25º94.49%50.2%-
HSV(B)352.25º96.77%97.25%-
XYZ39.1620.283.77-
YUV83.29103.01245.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 84.07%
GREEN value IS 8 (3.52% from 255) = 2.71%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=84.07%
G=2.71%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24883900.970.840.03352.2594.4950.2
HexF88270615431605e32
Octal37010470141124354013662
Binary111110001000100111011000011010100111011000001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80827; }

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

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

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

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

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

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

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

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