#FF1331

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

Shades of Torch Red #FF1331

Tints of Torch Red #FF1331

Color information

#FF1331 (or 0xFF1331) is unknown color: approx Torch Red. HEX triplet: FF, 13 and 31. RGB value is (255,19,49). Sum of RGB (Red+Green+Blue) = 255+19+49=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1331 is #00ECCE. Grayscale: #5D5D5D. Windows color (decimal): -60623 or 3216383. OLE color: 3216383.

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

Color convert

RGB2551949-
CMYK00.930.810
HSL352.37º100%53.73%-
HSV(B)352.37º92.55%100%-
XYZ42.0321.954.93-
YUV92.98103.19243.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.95%
GREEN value IS 19 (7.81% from 255) = 5.88%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=78.95%
G=5.88%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255194900.930.810352.3710053.73
HexFF133105D5101606436
Octal37723610135121054014466
Binary111111111001111000101011101101000101011000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1331; }

 p { color: rgb(255,19,49); }

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

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

 a { background-color: rgb(255,19,49); }

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

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

 span { border-color: rgb(255,19,49); }

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