Html Css Color HEX #FD1C4C Torch Red

📋 copy color: '#FD1C4C'

red 253 ◦ green 28 ◦ blue 76

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

Shades of Torch Red #FD1C4C

Tints of Torch Red #FD1C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 70.87%
G = 7.84%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD1C4C (or 0xFD1C4C) is known color: Torch Red. HEX triplet: FD, 1C and 4C. RGB value is (253,28,76). Sum of RGB (Red+Green+Blue) = 253+28+76=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1C4C is #02E3B3. Grayscale: #646464. Windows color (decimal): -189364 or 4988157. OLE color: 4988157.

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

Color convert

RGB 253 28 76 -
CMYK 0 0.89 0.70 0.01
HSL 347.2º 0.98% 0.55% -
HSV(B) 347.2º 0.89% 0.99% -
XYZ 42.23 22.23 8.9 -
YUV 100.75 114.04 236.6 -
System Red Green Blue C M Y K H S L
Decimal 253 28 76 0 0.89 0.70 0.01 347.2 0.98 0.55
Hex FD 1C 4C 0 59 46 1 15B 62 37
Octal 375 34 114 0 131 106 1 533 142 67
Binary 11111101 11100 1001100 0 1011001 1000110 1 101011011 1100010 110111

Color Harmonies of #FD1C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C4C

Black with #FD1C4C

Text Example


Text Example

White with #FD1C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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