#FD1328

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

Shades of Torch Red #FD1328

Tints of Torch Red #FD1328

Color information

#FD1328 (or 0xFD1328) is unknown color: approx Torch Red. HEX triplet: FD, 13 and 28. RGB value is (253,19,40). Sum of RGB (Red+Green+Blue) = 253+19+40=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1328 is #02ECD7. Grayscale: #5B5B5B. Windows color (decimal): -191704 or 2626557. OLE color: 2626557.

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

Color convert

RGB2531940-
CMYK00.920.840.01
HSL354.62º98.32%53.33%-
HSV(B)354.62º92.49%99.22%-
XYZ41.1221.53.99-
YUV91.3699.02243.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 81.09%
GREEN value IS 19 (7.81% from 255) = 6.09%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=81.09%
G=6.09%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253194000.920.840.01354.6298.3253.33
HexFD132805C5411636235
Octal37523500134124154314265
Binary111111011001110100001011100101010011011000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1328; }

 p { color: rgb(253,19,40); }

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

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

 a { background-color: rgb(253,19,40); }

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

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

 span { border-color: rgb(253,19,40); }

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