#FF152E

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

Shades of Torch Red #FF152E

Tints of Torch Red #FF152E

Color information

#FF152E (or 0xFF152E) is unknown color: approx Torch Red. HEX triplet: FF, 15 and 2E. RGB value is (255,21,46). Sum of RGB (Red+Green+Blue) = 255+21+46=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF152E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF152E is #00EAD1. Grayscale: #5D5D5D. Windows color (decimal): -60114 or 3020287. OLE color: 3020287.

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

Color convert

RGB2552146-
CMYK00.920.820
HSL353.59º100%54.12%-
HSV(B)353.59º91.76%100%-
XYZ4221.994.62-
YUV93.82101.02242.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 79.19%
GREEN value IS 21 (8.59% from 255) = 6.52%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=79.19%
G=6.52%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255214600.920.820353.5910054.12
HexFF152E05C5201626436
Octal37725560134122054214466
Binary111111111010110111001011100101001001011000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF152E; }

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

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

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

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

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

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

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

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