#f0052f

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

Shades of Torch Red #F0052F

Tints of Torch Red #F0052F

Color information

#F0052F (or 0xF0052F) is unknown color: approx Torch Red. HEX triplet: F0, 05 and 2F. RGB value is (240,5,47). Sum of RGB (Red+Green+Blue) = 240+5+47=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F0052F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0052F is #0FFAD0. Grayscale: #505050. Windows color (decimal): -1047249 or 3081712. OLE color: 3081712.

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

Color convert

RGB240547-
CMYK00.980.800.06
HSL349.28º95.92%48.04%-
HSV(B)349.28º97.92%94.12%-
XYZ36.518.844.4-
YUV80.05109.36242.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 82.19%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=82.19%
G=1.71%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24054700.980.800.06349.2895.9248.04
HexF052F06250615d6030
Octal3605570142120653514060
Binary111100001011011110110001010100001101010111011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0052f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0052f; }

 p { color: rgb(240,5,47); }

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

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

 a { background-color: rgb(240,5,47); }

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

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

 span { border-color: rgb(240,5,47); }

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