#FF1451

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

Shades of Torch Red #FF1451

Tints of Torch Red #FF1451

Color information

#FF1451 (or 0xFF1451) is unknown color: approx Torch Red. HEX triplet: FF, 14 and 51. RGB value is (255,20,81). Sum of RGB (Red+Green+Blue) = 255+20+81=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1451 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1451 is #00EBAE. Grayscale: #616161. Windows color (decimal): -60335 or 5313791. OLE color: 5313791.

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

Color convert

RGB2552081-
CMYK00.920.680
HSL344.43º100%53.92%-
HSV(B)344.43º92.16%100%-
XYZ42.9822.359.83-
YUV97.22118.86240.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.63%
GREEN value IS 20 (8.20% from 255) = 5.62%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=71.63%
G=5.62%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255208100.920.680344.4310053.92
HexFF145105C4401586436
Octal377241210134104053014466
Binary1111111110100101000101011100100010001010110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1451; }

 p { color: rgb(255,20,81); }

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

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

 a { background-color: rgb(255,20,81); }

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

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

 span { border-color: rgb(255,20,81); }

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