Html Css Color HEX #FD174D Torch Red

📋 copy color: '#FD174D'

red 253 ◦ green 23 ◦ blue 77

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

Shades of Torch Red #FD174D

Tints of Torch Red #FD174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.52%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 71.67%
G = 6.52%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD174D (or 0xFD174D) is known color: Torch Red. HEX triplet: FD, 17 and 4D. RGB value is (253,23,77). Sum of RGB (Red+Green+Blue) = 253+23+77=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD174D is #02E8B2. Grayscale: #616161. Windows color (decimal): -190643 or 5052413. OLE color: 5052413.

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

Color convert

RGB 253 23 77 -
CMYK 0 0.91 0.70 0.01
HSL 345.91º 0.98% 0.54% -
HSV(B) 345.91º 0.91% 0.99% -
XYZ 42.15 22.03 9.05 -
YUV 97.93 116.2 238.61 -
System Red Green Blue C M Y K H S L
Decimal 253 23 77 0 0.91 0.70 0.01 345.91 0.98 0.54
Hex FD 17 4D 0 5B 46 1 15A 62 36
Octal 375 27 115 0 133 106 1 532 142 66
Binary 11111101 10111 1001101 0 1011011 1000110 1 101011010 1100010 110110

Color Harmonies of #FD174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD174D

Black with #FD174D

Text Example


Text Example

White with #FD174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD174D; }

 p { color: rgb(253,23,77); }

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

background-color css

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

 a { background-color: rgb(253,23,77); }

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

border-color css

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

 span { border-color: rgb(253,23,77); }

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