#FF2144

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

Shades of Torch Red #FF2144

Tints of Torch Red #FF2144

Color information

#FF2144 (or 0xFF2144) is unknown color: approx Torch Red. HEX triplet: FF, 21 and 44. RGB value is (255,33,68). Sum of RGB (Red+Green+Blue) = 255+33+68=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2144 is #00DEBB. Grayscale: #676767. Windows color (decimal): -57020 or 4465151. OLE color: 4465151.

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

Color convert

RGB2553368-
CMYK00.870.730
HSL350.54º100%56.47%-
HSV(B)350.54º87.06%100%-
XYZ42.8322.777.61-
YUV103.37108.05236.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.63%
GREEN value IS 33 (13.28% from 255) = 9.27%
BLUE value IS 68 (26.95% from 255) = 19.10%
R=71.63%
G=9.27%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255336800.870.730350.5410056.47
HexFF214405749015f6438
Octal377411040127111053714470
Binary11111111100001100010001010111100100101010111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2144; }

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

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

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

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

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

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

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

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