Html Css Color HEX #FD1D49 Torch Red

📋 copy color: '#FD1D49'

red 253 ◦ green 29 ◦ blue 73

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

Shades of Torch Red #FD1D49

Tints of Torch Red #FD1D49

RGB

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

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

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

R = 71.27%
G = 8.17%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD1D49 (or 0xFD1D49) is known color: Torch Red. HEX triplet: FD, 1D and 49. RGB value is (253,29,73). Sum of RGB (Red+Green+Blue) = 253+29+73=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D49 is #02E2B6. Grayscale: #656565. Windows color (decimal): -189111 or 4791805. OLE color: 4791805.

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

Color convert

RGB 253 29 73 -
CMYK 0 0.89 0.71 0.01
HSL 348.21º 0.98% 0.55% -
HSV(B) 348.21º 0.89% 0.99% -
XYZ 42.15 22.24 8.37 -
YUV 100.99 112.21 236.42 -
System Red Green Blue C M Y K H S L
Decimal 253 29 73 0 0.89 0.71 0.01 348.21 0.98 0.55
Hex FD 1D 49 0 59 47 1 15C 62 37
Octal 375 35 111 0 131 107 1 534 142 67
Binary 11111101 11101 1001001 0 1011001 1000111 1 101011100 1100010 110111

Color Harmonies of #FD1D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D49

Black with #FD1D49

Text Example


Text Example

White with #FD1D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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