#F00534

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

Shades of Torch Red #F00534

Tints of Torch Red #F00534

Color information

#F00534 (or 0xF00534) is unknown color: approx Torch Red. HEX triplet: F0, 05 and 34. RGB value is (240,5,52). Sum of RGB (Red+Green+Blue) = 240+5+52=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F00534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00534 is #0FFACB. Grayscale: #505050. Windows color (decimal): -1047244 or 3409392. OLE color: 3409392.

HSL color Cylindrical-coordinate representation of color #F00534: hue angle of 348º 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 #F00534 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB240552-
CMYK00.980.780.06
HSL348º95.92%48.04%-
HSV(B)348º97.92%94.12%-
XYZ36.6118.884.96-
YUV80.62111.86241.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 80.81%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=80.81%
G=1.68%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24055200.980.780.0634895.9248.04
HexF05340624E615c6030
Octal3605640142116653414060
Binary111100001011101000110001010011101101010111001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00534; }

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

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

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

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

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

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

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

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