#F8212C

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

Shades of Torch Red #F8212C

Tints of Torch Red #F8212C

Color information

#F8212C (or 0xF8212C) is unknown color: approx Torch Red. HEX triplet: F8, 21 and 2C. RGB value is (248,33,44). Sum of RGB (Red+Green+Blue) = 248+33+44=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F8212C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8212C is #07DED3. Grayscale: #626262. Windows color (decimal): -515796 or 2892280. OLE color: 2892280.

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

Color convert

RGB2483344-
CMYK00.870.820.03
HSL356.93º93.89%55.1%-
HSV(B)356.93º86.69%97.25%-
XYZ39.7121.234.39-
YUV98.5497.23234.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 76.31%
GREEN value IS 33 (13.28% from 255) = 10.15%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=76.31%
G=10.15%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248334400.870.820.03356.9393.8955.1
HexF8212C0575231655e37
Octal37041540127122354513667
Binary11111000100001101100010101111010010111011001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8212C; }

 p { color: rgb(248,33,44); }

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

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

 a { background-color: rgb(248,33,44); }

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

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

 span { border-color: rgb(248,33,44); }

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