Html Css Color HEX #FC154C Torch Red

📋 copy color: '#FC154C'

red 252 ◦ green 21 ◦ blue 76

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

Shades of Torch Red #FC154C

Tints of Torch Red #FC154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.02%

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

R = 72.21%
G = 6.02%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC154C (or 0xFC154C) is known color: Torch Red. HEX triplet: FC, 15 and 4C. RGB value is (252,21,76). Sum of RGB (Red+Green+Blue) = 252+21+76=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC154C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC154C is #03EAB3. Grayscale: #606060. Windows color (decimal): -256692 or 4986364. OLE color: 4986364.

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

Color convert

RGB 252 21 76 -
CMYK 0 0.92 0.70 0.01
HSL 345.71º 0.97% 0.54% -
HSV(B) 345.71º 0.92% 0.99% -
XYZ 41.72 21.75 8.84 -
YUV 96.34 116.53 239.03 -
System Red Green Blue C M Y K H S L
Decimal 252 21 76 0 0.92 0.70 0.01 345.71 0.97 0.54
Hex FC 15 4C 0 5C 46 1 15A 61 36
Octal 374 25 114 0 134 106 1 532 141 66
Binary 11111100 10101 1001100 0 1011100 1000110 1 101011010 1100001 110110

Color Harmonies of #FC154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC154C

Black with #FC154C

Text Example


Text Example

White with #FC154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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