Html Css Color HEX #FC1D40 Torch Red

📋 copy color: '#FC1D40'

red 252 ◦ green 29 ◦ blue 64

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

Shades of Torch Red #FC1D40

Tints of Torch Red #FC1D40

RGB

 RED value IS 252 (98.83% from 255) = 73.04%

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

 BLUE value IS 64 (25.39% from 255) = 18.55%

R = 73.04%
G = 8.41%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC1D40 (or 0xFC1D40) is known color: Torch Red. HEX triplet: FC, 1D and 40. RGB value is (252,29,64). Sum of RGB (Red+Green+Blue) = 252+29+64=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D40 is #03E2BF. Grayscale: #636363. Windows color (decimal): -254656 or 4201980. OLE color: 4201980.

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

Color convert

RGB 252 29 64 -
CMYK 0 0.88 0.75 0.01
HSL 350.58º 0.97% 0.55% -
HSV(B) 350.58º 0.88% 0.99% -
XYZ 41.51 21.94 6.9 -
YUV 99.67 107.88 236.65 -
System Red Green Blue C M Y K H S L
Decimal 252 29 64 0 0.88 0.75 0.01 350.58 0.97 0.55
Hex FC 1D 40 0 58 4B 1 15F 61 37
Octal 374 35 100 0 130 113 1 537 141 67
Binary 11111100 11101 1000000 0 1011000 1001011 1 101011111 1100001 110111

Color Harmonies of #FC1D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D40

Black with #FC1D40

Text Example


Text Example

White with #FC1D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D40; }

 p { color: rgb(252,29,64); }

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

background-color css

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

 a { background-color: rgb(252,29,64); }

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

border-color css

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

 span { border-color: rgb(252,29,64); }

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