#FF1221

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

Shades of Torch Red #FF1221

Tints of Torch Red #FF1221

Color information

#FF1221 (or 0xFF1221) is unknown color: approx Torch Red. HEX triplet: FF, 12 and 21. RGB value is (255,18,33). Sum of RGB (Red+Green+Blue) = 255+18+33=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1221 is #00EDDE. Grayscale: #5A5A5A. Windows color (decimal): -60895 or 2167551. OLE color: 2167551.

HSL color Cylindrical-coordinate representation of color #FF1221: hue angle of 356.2º 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 #FF1221 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB2551833-
CMYK00.930.870
HSL356.2º100%53.53%-
HSV(B)356.2º92.94%100%-
XYZ41.7321.83.45-
YUV90.5795.52245.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.33%
GREEN value IS 18 (7.42% from 255) = 5.88%
BLUE value IS 33 (13.28% from 255) = 10.78%
R=83.33%
G=5.88%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255183300.930.870356.210053.53
HexFF122105D5701646436
Octal37722410135127054414466
Binary111111111001010000101011101101011101011001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1221; }

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

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

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

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

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

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

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

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