Html Css Color HEX #FD1547 Torch Red

📋 copy color: '#FD1547'

red 253 ◦ green 21 ◦ blue 71

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

Shades of Torch Red #FD1547

Tints of Torch Red #FD1547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.09%

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

R = 73.33%
G = 6.09%
B = 20.58%

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

#FD1547 (or 0xFD1547) is known color: Torch Red. HEX triplet: FD, 15 and 47. RGB value is (253,21,71). Sum of RGB (Red+Green+Blue) = 253+21+71=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1547 is #02EAB8. Grayscale: #606060. Windows color (decimal): -191161 or 4658685. OLE color: 4658685.

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

Color convert

RGB 253 21 71 -
CMYK 0 0.92 0.72 0.01
HSL 347.07º 0.98% 0.54% -
HSV(B) 347.07º 0.92% 0.99% -
XYZ 41.91 21.87 7.97 -
YUV 96.07 113.86 239.93 -
System Red Green Blue C M Y K H S L
Decimal 253 21 71 0 0.92 0.72 0.01 347.07 0.98 0.54
Hex FD 15 47 0 5C 48 1 15B 62 36
Octal 375 25 107 0 134 110 1 533 142 66
Binary 11111101 10101 1000111 0 1011100 1001000 1 101011011 1100010 110110

Color Harmonies of #FD1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1547

Black with #FD1547

Text Example


Text Example

White with #FD1547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1547; }

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

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

background-color css

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

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

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

border-color css

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

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

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