#FF1222

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

Shades of Torch Red #FF1222

Tints of Torch Red #FF1222

Color information

#FF1222 (or 0xFF1222) is unknown color: approx Torch Red. HEX triplet: FF, 12 and 22. RGB value is (255,18,34). Sum of RGB (Red+Green+Blue) = 255+18+34=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1222 is #00EDDD. Grayscale: #5A5A5A. Windows color (decimal): -60894 or 2233087. OLE color: 2233087.

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

Color convert

RGB2551834-
CMYK00.930.870
HSL355.95º100%53.53%-
HSV(B)355.95º92.94%100%-
XYZ41.7521.813.52-
YUV90.6996.02245.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.06%
GREEN value IS 18 (7.42% from 255) = 5.86%
BLUE value IS 34 (13.67% from 255) = 11.07%
R=83.06%
G=5.86%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255183400.930.870355.9510053.53
HexFF122205D5701646436
Octal37722420135127054414466
Binary111111111001010001001011101101011101011001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1222; }

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

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

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

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

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

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

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

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