Html Css Color HEX #FD1C48 Torch Red

📋 copy color: '#FD1C48'

red 253 ◦ green 28 ◦ blue 72

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

Shades of Torch Red #FD1C48

Tints of Torch Red #FD1C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.93%

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 71.67%
G = 7.93%
B = 20.4%

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

#FD1C48 (or 0xFD1C48) is known color: Torch Red. HEX triplet: FD, 1C and 48. RGB value is (253,28,72). Sum of RGB (Red+Green+Blue) = 253+28+72=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1C48 is #02E3B7. Grayscale: #646464. Windows color (decimal): -189368 or 4726013. OLE color: 4726013.

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

Color convert

RGB 253 28 72 -
CMYK 0 0.89 0.72 0.01
HSL 348.27º 0.98% 0.55% -
HSV(B) 348.27º 0.89% 0.99% -
XYZ 42.09 22.18 8.19 -
YUV 100.29 112.04 236.92 -
System Red Green Blue C M Y K H S L
Decimal 253 28 72 0 0.89 0.72 0.01 348.27 0.98 0.55
Hex FD 1C 48 0 59 48 1 15C 62 37
Octal 375 34 110 0 131 110 1 534 142 67
Binary 11111101 11100 1001000 0 1011001 1001000 1 101011100 1100010 110111

Color Harmonies of #FD1C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C48

Black with #FD1C48

Text Example


Text Example

White with #FD1C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C48; }

 p { color: rgb(253,28,72); }

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

background-color css

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

 a { background-color: rgb(253,28,72); }

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

border-color css

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

 span { border-color: rgb(253,28,72); }

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