Html Css Color HEX #FD1347 Torch Red

📋 copy color: '#FD1347'

red 253 ◦ green 19 ◦ blue 71

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

Shades of Torch Red #FD1347

Tints of Torch Red #FD1347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 73.76%
G = 5.54%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD1347 (or 0xFD1347) is known color: Torch Red. HEX triplet: FD, 13 and 47. RGB value is (253,19,71). Sum of RGB (Red+Green+Blue) = 253+19+71=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1347 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1347 is #02ECB8. Grayscale: #5E5E5E. Windows color (decimal): -191673 or 4658173. OLE color: 4658173.

HSL color Cylindrical-coordinate representation of color #FD1347: hue angle of 346.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1347 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 19 71 -
CMYK 0 0.92 0.72 0.01
HSL 346.67º 0.98% 0.53% -
HSV(B) 346.67º 0.92% 0.99% -
XYZ 41.88 21.8 7.96 -
YUV 94.89 114.52 240.77 -
System Red Green Blue C M Y K H S L
Decimal 253 19 71 0 0.92 0.72 0.01 346.67 0.98 0.53
Hex FD 13 47 0 5C 48 1 15B 62 35
Octal 375 23 107 0 134 110 1 533 142 65
Binary 11111101 10011 1000111 0 1011100 1001000 1 101011011 1100010 110101

Color Harmonies of #FD1347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1347

Black with #FD1347

Text Example


Text Example

White with #FD1347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1347; }

 p { color: rgb(253,19,71); }

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

background-color css

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

 a { background-color: rgb(253,19,71); }

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

border-color css

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

 span { border-color: rgb(253,19,71); }

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