#F81C32

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

Shades of Torch Red #F81C32

Tints of Torch Red #F81C32

Color information

#F81C32 (or 0xF81C32) is unknown color: approx Torch Red. HEX triplet: F8, 1C and 32. RGB value is (248,28,50). Sum of RGB (Red+Green+Blue) = 248+28+50=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C32 is #07E3CD. Grayscale: #606060. Windows color (decimal): -517070 or 3284216. OLE color: 3284216.

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

Color convert

RGB2482850-
CMYK00.890.800.03
HSL354º94.02%54.12%-
HSV(B)354º88.71%97.25%-
XYZ39.721.024.98-
YUV96.29101.89236.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 76.07%
GREEN value IS 28 (11.33% from 255) = 8.59%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=76.07%
G=8.59%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248285000.890.800.0335494.0254.12
HexF81C320595031625e36
Octal37034620131120354213666
Binary1111100011100110010010110011010000111011000101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81C32; }

 p { color: rgb(248,28,50); }

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

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

 a { background-color: rgb(248,28,50); }

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

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

 span { border-color: rgb(248,28,50); }

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