#FD1618

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

Shades of Torch Red #FD1618

Tints of Torch Red #FD1618

Color information

#FD1618 (or 0xFD1618) is unknown color: approx Torch Red. HEX triplet: FD, 16 and 18. RGB value is (253,22,24). Sum of RGB (Red+Green+Blue) = 253+22+24=299 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.62% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1618 is #02E9E7. Grayscale: #5B5B5B. Windows color (decimal): -190952 or 1578749. OLE color: 1578749.

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

Color convert

RGB2532224-
CMYK00.910.910.01
HSL359.48º98.3%53.92%-
HSV(B)359.48º91.3%99.22%-
XYZ40.9621.522.86-
YUV91.390.03243.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 84.62%
GREEN value IS 22 (8.98% from 255) = 7.36%
BLUE value IS 24 (9.77% from 255) = 8.03%
R=84.62%
G=7.36%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253222400.910.910.01359.4898.353.92
HexFD161805B5B11676236
Octal37526300133133154714266
Binary11111101101101100001011011101101111011001111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1618; }

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

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

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

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

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

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

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

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