#FD1F39

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

Shades of Torch Red #FD1F39

Tints of Torch Red #FD1F39

Color information

#FD1F39 (or 0xFD1F39) is unknown color: approx Torch Red. HEX triplet: FD, 1F and 39. RGB value is (253,31,57). Sum of RGB (Red+Green+Blue) = 253+31+57=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1F39 is #02E0C6. Grayscale: #646464. Windows color (decimal): -188615 or 3743741. OLE color: 3743741.

HSL color Cylindrical-coordinate representation of color #FD1F39: hue angle of 352.97º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1F39 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB2533157-
CMYK00.880.770.01
HSL352.97º98.23%55.69%-
HSV(B)352.97º87.75%99.22%-
XYZ41.7422.165.95-
YUV100.34103.55236.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 74.19%
GREEN value IS 31 (12.5% from 255) = 9.09%
BLUE value IS 57 (22.66% from 255) = 16.72%
R=74.19%
G=9.09%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253315700.880.770.01352.9798.2355.69
HexFD1F390584D11616238
Octal37537710130115154114270
Binary111111011111111100101011000100110111011000011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1F39; }

 p { color: rgb(253,31,57); }

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

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

 a { background-color: rgb(253,31,57); }

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

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

 span { border-color: rgb(253,31,57); }

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