#FF0522

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

Shades of Torch Red #FF0522

Tints of Torch Red #FF0522

Color information

#FF0522 (or 0xFF0522) is unknown color: approx Torch Red. HEX triplet: FF, 05 and 22. RGB value is (255,5,34). Sum of RGB (Red+Green+Blue) = 255+5+34=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0522 is #00FADD. Grayscale: #535353. Windows color (decimal): -64222 or 2229759. OLE color: 2229759.

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

Color convert

RGB255534-
CMYK00.980.870
HSL353.04º100%50.98%-
HSV(B)353.04º98.04%100%-
XYZ41.5821.483.47-
YUV83.06100.32250.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 86.73%
GREEN value IS 5 (2.34% from 255) = 1.70%
BLUE value IS 34 (13.67% from 255) = 11.56%
R=86.73%
G=1.70%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25553400.980.870353.0410050.98
HexFF5220625701616433
Octal3775420142127054114463
Binary1111111110110001001100010101011101011000011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0522; }

 p { color: rgb(255,5,34); }

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

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

 a { background-color: rgb(255,5,34); }

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

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

 span { border-color: rgb(255,5,34); }

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