Html Css Color HEX #FD1746 Torch Red

📋 copy color: '#FD1746'

red 253 ◦ green 23 ◦ blue 70

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

Shades of Torch Red #FD1746

Tints of Torch Red #FD1746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 73.12%
G = 6.65%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD1746 (or 0xFD1746) is known color: Torch Red. HEX triplet: FD, 17 and 46. RGB value is (253,23,70). Sum of RGB (Red+Green+Blue) = 253+23+70=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1746 is #02E8B9. Grayscale: #616161. Windows color (decimal): -190650 or 4593661. OLE color: 4593661.

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

Color convert

RGB 253 23 70 -
CMYK 0 0.91 0.72 0.01
HSL 347.74º 0.98% 0.54% -
HSV(B) 347.74º 0.91% 0.99% -
XYZ 41.92 21.94 7.82 -
YUV 97.13 112.7 239.18 -
System Red Green Blue C M Y K H S L
Decimal 253 23 70 0 0.91 0.72 0.01 347.74 0.98 0.54
Hex FD 17 46 0 5B 48 1 15C 62 36
Octal 375 27 106 0 133 110 1 534 142 66
Binary 11111101 10111 1000110 0 1011011 1001000 1 101011100 1100010 110110

Color Harmonies of #FD1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1746

Black with #FD1746

Text Example


Text Example

White with #FD1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1746; }

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

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

background-color css

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

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

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

border-color css

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

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

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