#F80C38

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

Shades of Torch Red #F80C38

Tints of Torch Red #F80C38

Color information

#F80C38 (or 0xF80C38) is unknown color: approx Torch Red. HEX triplet: F8, 0C and 38. RGB value is (248,12,56). Sum of RGB (Red+Green+Blue) = 248+12+56=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80C38 is #07F3C7. Grayscale: #575757. Windows color (decimal): -521160 or 3673336. OLE color: 3673336.

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

Color convert

RGB2481256-
CMYK00.950.770.03
HSL348.81º94.4%50.98%-
HSV(B)348.81º95.16%97.25%-
XYZ39.5620.55.61-
YUV87.58110.19242.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 78.48%
GREEN value IS 12 (5.08% from 255) = 3.80%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=78.48%
G=3.80%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248125600.950.770.03348.8194.450.98
HexF8C3805F4D315d5e33
Octal37014700137115353513663
Binary111110001100111000010111111001101111010111011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80C38; }

 p { color: rgb(248,12,56); }

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

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

 a { background-color: rgb(248,12,56); }

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

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

 span { border-color: rgb(248,12,56); }

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