#FF154F

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

Shades of Torch Red #FF154F

Tints of Torch Red #FF154F

Color information

#FF154F (or 0xFF154F) is unknown color: approx Torch Red. HEX triplet: FF, 15 and 4F. RGB value is (255,21,79). Sum of RGB (Red+Green+Blue) = 255+21+79=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF154F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF154F is #00EAB0. Grayscale: #616161. Windows color (decimal): -60081 or 5182975. OLE color: 5182975.

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

Color convert

RGB2552179-
CMYK00.920.690
HSL345.13º100%54.12%-
HSV(B)345.13º91.76%100%-
XYZ42.9222.369.45-
YUV97.58117.52240.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.83%
GREEN value IS 21 (8.59% from 255) = 5.92%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=71.83%
G=5.92%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255217900.920.690345.1310054.12
HexFF154F05C4501596436
Octal377251170134105053114466
Binary1111111110101100111101011100100010101010110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF154F; }

 p { color: rgb(255,21,79); }

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

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

 a { background-color: rgb(255,21,79); }

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

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

 span { border-color: rgb(255,21,79); }

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