#FD194A

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

Shades of Torch Red #FD194A

Tints of Torch Red #FD194A

Color information

#FD194A (or 0xFD194A) is unknown color: approx Torch Red. HEX triplet: FD, 19 and 4A. RGB value is (253,25,74). Sum of RGB (Red+Green+Blue) = 253+25+74=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD194A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD194A is #02E6B5. Grayscale: #626262. Windows color (decimal): -190134 or 4856317. OLE color: 4856317.

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

Color convert

RGB2532574-
CMYK00.900.710.01
HSL347.11º98.28%54.51%-
HSV(B)347.11º90.12%99.22%-
XYZ42.0922.078.52-
YUV98.76114.04238.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 71.88%
GREEN value IS 25 (10.16% from 255) = 7.10%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=71.88%
G=7.10%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253257400.900.710.01347.1198.2854.51
HexFD194A05A47115b6237
Octal375311120132107153314267
Binary1111110111001100101001011010100011111010110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD194A; }

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

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

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

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

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

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

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

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