#FF0022

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

Shades of Torch Red #FF0022

Tints of Torch Red #FF0022

Color information

#FF0022 (or 0xFF0022) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 22. RGB value is (255,0,34). Sum of RGB (Red+Green+Blue) = 255+0+34=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0022 is #00FFDD. Grayscale: #505050. Windows color (decimal): -65502 or 2228479. OLE color: 2228479.

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

Color convert

RGB255034-
CMYK010.870
HSL352º100%50%-
HSV(B)352º100%100%-
XYZ41.5321.383.45-
YUV80.12101.98252.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 88.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=88.24%
G=0%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255034010.87035210050
HexFF0220645701606432
Octal3770420144127054014462
Binary11111111010001001100100101011101011000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0022; }

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

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

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

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

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

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

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

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