#FF001F

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

Shades of Torch Red #FF001F

Tints of Torch Red #FF001F

Color information

#FF001F (or 0xFF001F) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 1F. RGB value is (255,0,31). Sum of RGB (Red+Green+Blue) = 255+0+31=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF001F is #00FFE0. Grayscale: #4F4F4F. Windows color (decimal): -65505 or 2031871. OLE color: 2031871.

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

Color convert

RGB255031-
CMYK010.880
HSL352.71º100%50%-
HSV(B)352.71º100%100%-
XYZ41.4921.363.23-
YUV79.78100.48252.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 89.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 10.84%
R=89.16%
G=0%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255031010.880352.7110050
HexFF01F0645801616432
Octal3770370144130054114462
Binary1111111101111101100100101100001011000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF001F; }

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

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

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

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

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

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

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

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