#FD1215

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

Shades of Torch Red #FD1215

Tints of Torch Red #FD1215

Color information

#FD1215 (or 0xFD1215) is unknown color: approx Torch Red. HEX triplet: FD, 12 and 15. RGB value is (253,18,21). Sum of RGB (Red+Green+Blue) = 253+18+21=292 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.64% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1215 is #02EDEA. Grayscale: #585858. Windows color (decimal): -191979 or 1381117. OLE color: 1381117.

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

Color convert

RGB2531821-
CMYK00.930.920.01
HSL359.23º98.33%53.14%-
HSV(B)359.23º92.89%99.22%-
XYZ40.8621.372.68-
YUV88.6189.86245.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 86.64%
GREEN value IS 18 (7.42% from 255) = 6.16%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=86.64%
G=6.16%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253182100.930.920.01359.2398.3353.14
HexFD121505D5C11676235
Octal37522250135134154714265
Binary11111101100101010101011101101110011011001111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1215; }

 p { color: rgb(253,18,21); }

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

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

 a { background-color: rgb(253,18,21); }

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

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

 span { border-color: rgb(253,18,21); }

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