Html Css Color HEX #FD1749 Torch Red

📋 copy color: '#FD1749'

red 253 ◦ green 23 ◦ blue 73

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

Shades of Torch Red #FD1749

Tints of Torch Red #FD1749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 72.49%
G = 6.59%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD1749 (or 0xFD1749) is known color: Torch Red. HEX triplet: FD, 17 and 49. RGB value is (253,23,73). Sum of RGB (Red+Green+Blue) = 253+23+73=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1749 is #02E8B6. Grayscale: #616161. Windows color (decimal): -190647 or 4790269. OLE color: 4790269.

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

Color convert

RGB 253 23 73 -
CMYK 0 0.91 0.71 0.01
HSL 346.96º 0.98% 0.54% -
HSV(B) 346.96º 0.91% 0.99% -
XYZ 42.02 21.98 8.33 -
YUV 97.47 114.2 238.93 -
System Red Green Blue C M Y K H S L
Decimal 253 23 73 0 0.91 0.71 0.01 346.96 0.98 0.54
Hex FD 17 49 0 5B 47 1 15B 62 36
Octal 375 27 111 0 133 107 1 533 142 66
Binary 11111101 10111 1001001 0 1011011 1000111 1 101011011 1100010 110110

Color Harmonies of #FD1749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1749

Black with #FD1749

Text Example


Text Example

White with #FD1749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1749; }

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

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

background-color css

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

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

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

border-color css

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

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

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