Html Css Color HEX #FD1D47 Torch Red

📋 copy color: '#FD1D47'

red 253 ◦ green 29 ◦ blue 71

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

Shades of Torch Red #FD1D47

Tints of Torch Red #FD1D47

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

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

R = 71.67%
G = 8.22%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD1D47 (or 0xFD1D47) is known color: Torch Red. HEX triplet: FD, 1D and 47. RGB value is (253,29,71). Sum of RGB (Red+Green+Blue) = 253+29+71=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D47 is #02E2B8. Grayscale: #646464. Windows color (decimal): -189113 or 4660733. OLE color: 4660733.

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

Color convert

RGB 253 29 71 -
CMYK 0 0.89 0.72 0.01
HSL 348.75º 0.98% 0.55% -
HSV(B) 348.75º 0.89% 0.99% -
XYZ 42.08 22.22 8.03 -
YUV 100.76 111.21 236.58 -
System Red Green Blue C M Y K H S L
Decimal 253 29 71 0 0.89 0.72 0.01 348.75 0.98 0.55
Hex FD 1D 47 0 59 48 1 15D 62 37
Octal 375 35 107 0 131 110 1 535 142 67
Binary 11111101 11101 1000111 0 1011001 1001000 1 101011101 1100010 110111

Color Harmonies of #FD1D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D47

Black with #FD1D47

Text Example


Text Example

White with #FD1D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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