#FF0031

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

Shades of Torch Red #FF0031

Tints of Torch Red #FF0031

Color information

#FF0031 (or 0xFF0031) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 31. RGB value is (255,0,49). Sum of RGB (Red+Green+Blue) = 255+0+49=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0031 is #00FFCE. Grayscale: #515151. Windows color (decimal): -65487 or 3211519. OLE color: 3211519.

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

Color convert

RGB255049-
CMYK010.810
HSL348.47º100%50%-
HSV(B)348.47º100%100%-
XYZ41.7921.484.85-
YUV81.83109.48251.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=83.88%
G=0%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255049010.810348.4710050
HexFF03106451015c6432
Octal3770610144121053414462
Binary11111111011000101100100101000101010111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0031; }

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

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

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

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

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

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

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

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