#FC0814

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

Shades of Torch Red #FC0814

Tints of Torch Red #FC0814

Color information

#FC0814 (or 0xFC0814) is unknown color: approx Torch Red. HEX triplet: FC, 08 and 14. RGB value is (252,8,20). Sum of RGB (Red+Green+Blue) = 252+8+20=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0814 is #03F7EB. Grayscale: #525252. Windows color (decimal): -260076 or 1313020. OLE color: 1313020.

HSL color Cylindrical-coordinate representation of color #FC0814: hue angle of 357.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0814 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB252820-
CMYK00.970.920.01
HSL357.05º97.6%50.98%-
HSV(B)357.05º96.83%98.82%-
XYZ40.3620.922.57-
YUV82.3292.84249.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 90%
GREEN value IS 8 (3.52% from 255) = 2.86%
BLUE value IS 20 (8.20% from 255) = 7.14%
R=90%
G=2.86%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25282000.970.920.01357.0597.650.98
HexFC8140615C11656233
Octal37410240141134154514263
Binary1111110010001010001100001101110011011001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0814; }

 p { color: rgb(252,8,20); }

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

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

 a { background-color: rgb(252,8,20); }

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

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

 span { border-color: rgb(252,8,20); }

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