#FD161A

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

Shades of Torch Red #FD161A

Tints of Torch Red #FD161A

Color information

#FD161A (or 0xFD161A) is unknown color: approx Torch Red. HEX triplet: FD, 16 and 1A. RGB value is (253,22,26). Sum of RGB (Red+Green+Blue) = 253+22+26=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD161A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD161A is #02E9E5. Grayscale: #5B5B5B. Windows color (decimal): -190950 or 1709821. OLE color: 1709821.

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

Color convert

RGB2532226-
CMYK00.910.900.01
HSL358.96º98.3%53.92%-
HSV(B)358.96º91.3%99.22%-
XYZ40.9821.532.97-
YUV91.5291.03243.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 84.05%
GREEN value IS 22 (8.98% from 255) = 7.31%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=84.05%
G=7.31%
B=8.64%

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
Decimal253222600.910.900.01358.9698.353.92
HexFD161A05B5A11676236
Octal37526320133132154714266
Binary11111101101101101001011011101101011011001111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD161A; }

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

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

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

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

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

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

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

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