#F30F21

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

Shades of Torch Red #F30F21

Tints of Torch Red #F30F21

Color information

#F30F21 (or 0xF30F21) is unknown color: approx Torch Red. HEX triplet: F3, 0F and 21. RGB value is (243,15,33). Sum of RGB (Red+Green+Blue) = 243+15+33=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30F21 is #0CF0DE. Grayscale: #555555. Windows color (decimal): -848095 or 2166771. OLE color: 2166771.

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

Color convert

RGB2431533-
CMYK00.940.860.05
HSL355.26º90.48%50.59%-
HSV(B)355.26º93.83%95.29%-
XYZ37.4119.513.23-
YUV85.2298.54240.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 83.51%
GREEN value IS 15 (6.25% from 255) = 5.15%
BLUE value IS 33 (13.28% from 255) = 11.34%
R=83.51%
G=5.15%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243153300.940.860.05355.2690.4850.59
HexF3F2105E5651635a33
Octal36317410136126554313263
Binary1111001111111000010101111010101101011011000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30F21; }

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

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

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

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

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

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

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

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