#FD1619

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

Shades of Torch Red #FD1619

Tints of Torch Red #FD1619

Color information

#FD1619 (or 0xFD1619) is unknown color: approx Torch Red. HEX triplet: FD, 16 and 19. RGB value is (253,22,25). Sum of RGB (Red+Green+Blue) = 253+22+25=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1619 is #02E9E6. Grayscale: #5B5B5B. Windows color (decimal): -190951 or 1644285. OLE color: 1644285.

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

Color convert

RGB2532225-
CMYK00.910.900.01
HSL359.22º98.3%53.92%-
HSV(B)359.22º91.3%99.22%-
XYZ40.9721.532.92-
YUV91.4190.53243.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 84.33%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 25 (10.16% from 255) = 8.33%
R=84.33%
G=7.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253222500.910.900.01359.2298.353.92
HexFD161905B5A11676236
Octal37526310133132154714266
Binary11111101101101100101011011101101011011001111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1619; }

 p { color: rgb(253,22,25); }

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

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

 a { background-color: rgb(253,22,25); }

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

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

 span { border-color: rgb(253,22,25); }

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