#FA0F21

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

Shades of Torch Red #FA0F21

Tints of Torch Red #FA0F21

Color information

#FA0F21 (or 0xFA0F21) is unknown color: approx Torch Red. HEX triplet: FA, 0F and 21. RGB value is (250,15,33). Sum of RGB (Red+Green+Blue) = 250+15+33=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0F21 is #05F0DE. Grayscale: #575757. Windows color (decimal): -389343 or 2166778. OLE color: 2166778.

HSL color Cylindrical-coordinate representation of color #FA0F21: hue angle of 355.4º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0F21 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB2501533-
CMYK00.940.870.02
HSL355.4º95.92%51.96%-
HSV(B)355.4º94%98.04%-
XYZ39.8720.783.35-
YUV87.3297.36244.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 83.89%
GREEN value IS 15 (6.25% from 255) = 5.03%
BLUE value IS 33 (13.28% from 255) = 11.07%
R=83.89%
G=5.03%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250153300.940.870.02355.495.9251.96
HexFAF2105E5721636034
Octal37217410136127254314064
Binary111110101111100001010111101010111101011000111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0F21; }

 p { color: rgb(250,15,33); }

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

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

 a { background-color: rgb(250,15,33); }

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

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

 span { border-color: rgb(250,15,33); }

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