#F81626

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

Shades of Torch Red #F81626

Tints of Torch Red #F81626

Color information

#F81626 (or 0xF81626) is unknown color: approx Torch Red. HEX triplet: F8, 16 and 26. RGB value is (248,22,38). Sum of RGB (Red+Green+Blue) = 248+22+38=308 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.52% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 248 - color contains mainly: red. Hex color #F81626 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81626 is #07E9D9. Grayscale: #5B5B5B. Windows color (decimal): -518618 or 2496248. OLE color: 2496248.

HSL color Cylindrical-coordinate representation of color #F81626: hue angle of 355.75º degrees, saturation: 0.94, 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 #F81626 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB2482238-
CMYK00.910.850.03
HSL355.75º94.17%52.94%-
HSV(B)355.75º91.13%97.25%-
XYZ39.3520.673.75-
YUV91.497.87239.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 80.52%
GREEN value IS 22 (8.98% from 255) = 7.14%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=80.52%
G=7.14%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248223800.910.850.03355.7594.1752.94
HexF8162605B5531645e35
Octal37026460133125354413665
Binary1111100010110100110010110111010101111011001001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81626; }

 p { color: rgb(248,22,38); }

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

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

 a { background-color: rgb(248,22,38); }

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

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

 span { border-color: rgb(248,22,38); }

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