Html Css Color HEX #FC184C Torch Red

📋 copy color: '#FC184C'

red 252 ◦ green 24 ◦ blue 76

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

Shades of Torch Red #FC184C

Tints of Torch Red #FC184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.82%

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

R = 71.59%
G = 6.82%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC184C (or 0xFC184C) is known color: Torch Red. HEX triplet: FC, 18 and 4C. RGB value is (252,24,76). Sum of RGB (Red+Green+Blue) = 252+24+76=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC184C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC184C is #03E7B3. Grayscale: #626262. Windows color (decimal): -255924 or 4987132. OLE color: 4987132.

HSL color Cylindrical-coordinate representation of color #FC184C: hue angle of 346.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC184C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 24 76 -
CMYK 0 0.90 0.70 0.01
HSL 346.32º 0.97% 0.54% -
HSV(B) 346.32º 0.9% 0.99% -
XYZ 41.78 21.87 8.86 -
YUV 98.1 115.54 237.77 -
System Red Green Blue C M Y K H S L
Decimal 252 24 76 0 0.90 0.70 0.01 346.32 0.97 0.54
Hex FC 18 4C 0 5A 46 1 15A 61 36
Octal 374 30 114 0 132 106 1 532 141 66
Binary 11111100 11000 1001100 0 1011010 1000110 1 101011010 1100001 110110

Color Harmonies of #FC184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC184C

Black with #FC184C

Text Example


Text Example

White with #FC184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC184C; }

 p { color: rgb(252,24,76); }

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

background-color css

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

 a { background-color: rgb(252,24,76); }

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

border-color css

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

 span { border-color: rgb(252,24,76); }

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