Html Css Color HEX #FD194F Torch Red

📋 copy color: '#FD194F'

red 253 ◦ green 25 ◦ blue 79

#FD194F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FD194F

Tints of Torch Red #FD194F

RGB

 RED value IS 253 (99.22% from 255) = 70.87%

 GREEN value IS 25 (10.16% from 255) = 7%

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 70.87%
G = 7%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD194F (or 0xFD194F) is known color: Torch Red. HEX triplet: FD, 19 and 4F. RGB value is (253,25,79). Sum of RGB (Red+Green+Blue) = 253+25+79=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD194F is #02E6B0. Grayscale: #636363. Windows color (decimal): -190129 or 5183997. OLE color: 5183997.

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

Color convert

RGB 253 25 79 -
CMYK 0 0.90 0.69 0.01
HSL 345.79º 0.98% 0.55% -
HSV(B) 345.79º 0.9% 0.99% -
XYZ 42.27 22.14 9.44 -
YUV 99.33 116.54 237.61 -
System Red Green Blue C M Y K H S L
Decimal 253 25 79 0 0.90 0.69 0.01 345.79 0.98 0.55
Hex FD 19 4F 0 5A 45 1 15A 62 37
Octal 375 31 117 0 132 105 1 532 142 67
Binary 11111101 11001 1001111 0 1011010 1000101 1 101011010 1100010 110111

Color Harmonies of #FD194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD194F

Black with #FD194F

Text Example


Text Example

White with #FD194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD194F; }

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

 H1.HeaderClassName
 {
   color: #FD194F;
 }
 .AnyTagClassName
 {
   color: #FD194F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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