#F8132A

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

Shades of Torch Red #F8132A

Tints of Torch Red #F8132A

Color information

#F8132A (or 0xF8132A) is unknown color: approx Torch Red. HEX triplet: F8, 13 and 2A. RGB value is (248,19,42). Sum of RGB (Red+Green+Blue) = 248+19+42=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F8132A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8132A is #07ECD5. Grayscale: #5A5A5A. Windows color (decimal): -519382 or 2757624. OLE color: 2757624.

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

Color convert

RGB2481942-
CMYK00.920.830.03
HSL353.97º94.24%52.35%-
HSV(B)353.97º92.34%97.25%-
XYZ39.3620.594.09-
YUV90.09100.87240.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 80.26%
GREEN value IS 19 (7.81% from 255) = 6.15%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=80.26%
G=6.15%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248194200.920.830.03353.9794.2452.35
HexF8132A05C5331625e34
Octal37023520134123354213664
Binary1111100010011101010010111001010011111011000101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8132A; }

 p { color: rgb(248,19,42); }

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

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

 a { background-color: rgb(248,19,42); }

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

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

 span { border-color: rgb(248,19,42); }

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