#FF2122

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

Shades of Torch Red #FF2122

Tints of Torch Red #FF2122

Color information

#FF2122 (or 0xFF2122) is unknown color: approx Torch Red. HEX triplet: FF, 21 and 22. RGB value is (255,33,34). Sum of RGB (Red+Green+Blue) = 255+33+34=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2122 is #00DEDD. Grayscale: #636363. Windows color (decimal): -57054 or 2236927. OLE color: 2236927.

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

Color convert

RGB2553334-
CMYK00.870.870
HSL359.73º100%56.47%-
HSV(B)359.73º87.06%100%-
XYZ42.0722.463.63-
YUV99.4991.05238.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 79.19%
GREEN value IS 33 (13.28% from 255) = 10.25%
BLUE value IS 34 (13.67% from 255) = 10.56%
R=79.19%
G=10.25%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255333400.870.870359.7310056.47
HexFF21220575701686438
Octal37741420127127055014470
Binary1111111110000110001001010111101011101011010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2122; }

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

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

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

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

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

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

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

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