#FF151E

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

Shades of Torch Red #FF151E

Tints of Torch Red #FF151E

Color information

#FF151E (or 0xFF151E) is unknown color: approx Torch Red. HEX triplet: FF, 15 and 1E. RGB value is (255,21,30). Sum of RGB (Red+Green+Blue) = 255+21+30=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF151E is #00EAE1. Grayscale: #5C5C5C. Windows color (decimal): -60130 or 1971711. OLE color: 1971711.

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

Color convert

RGB2552130-
CMYK00.920.880
HSL357.69º100%54.12%-
HSV(B)357.69º91.76%100%-
XYZ41.7421.893.25-
YUV91.9993.02244.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.33%
GREEN value IS 21 (8.59% from 255) = 6.86%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=83.33%
G=6.86%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255213000.920.880357.6910054.12
HexFF151E05C5801666436
Octal37725360134130054614466
Binary11111111101011111001011100101100001011001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF151E; }

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

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

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

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

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

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

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

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