Html Css Color HEX #FC154D Torch Red

📋 copy color: '#FC154D'

red 252 ◦ green 21 ◦ blue 77

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

Shades of Torch Red #FC154D

Tints of Torch Red #FC154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22%

R = 72%
G = 6%
B = 22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC154D (or 0xFC154D) is known color: Torch Red. HEX triplet: FC, 15 and 4D. RGB value is (252,21,77). Sum of RGB (Red+Green+Blue) = 252+21+77=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC154D is #03EAB2. Grayscale: #606060. Windows color (decimal): -256691 or 5051900. OLE color: 5051900.

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

Color convert

RGB 252 21 77 -
CMYK 0 0.92 0.69 0.01
HSL 345.45º 0.97% 0.54% -
HSV(B) 345.45º 0.92% 0.99% -
XYZ 41.75 21.77 9.02 -
YUV 96.45 117.03 238.95 -
System Red Green Blue C M Y K H S L
Decimal 252 21 77 0 0.92 0.69 0.01 345.45 0.97 0.54
Hex FC 15 4D 0 5C 45 1 159 61 36
Octal 374 25 115 0 134 105 1 531 141 66
Binary 11111100 10101 1001101 0 1011100 1000101 1 101011001 1100001 110110

Color Harmonies of #FC154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC154D

Black with #FC154D

Text Example


Text Example

White with #FC154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC154D; }

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

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

background-color css

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

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

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

border-color css

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

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

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