Html Css Color HEX #FC144C Torch Red

📋 copy color: '#FC144C'

red 252 ◦ green 20 ◦ blue 76

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

Shades of Torch Red #FC144C

Tints of Torch Red #FC144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.75%

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

R = 72.41%
G = 5.75%
B = 21.84%

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

#FC144C (or 0xFC144C) is known color: Torch Red. HEX triplet: FC, 14 and 4C. RGB value is (252,20,76). Sum of RGB (Red+Green+Blue) = 252+20+76=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC144C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC144C is #03EBB3. Grayscale: #5F5F5F. Windows color (decimal): -256948 or 4986108. OLE color: 4986108.

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

Color convert

RGB 252 20 76 -
CMYK 0 0.92 0.70 0.01
HSL 345.52º 0.97% 0.53% -
HSV(B) 345.52º 0.92% 0.99% -
XYZ 41.7 21.72 8.83 -
YUV 95.75 116.86 239.45 -
System Red Green Blue C M Y K H S L
Decimal 252 20 76 0 0.92 0.70 0.01 345.52 0.97 0.53
Hex FC 14 4C 0 5C 46 1 15A 61 35
Octal 374 24 114 0 134 106 1 532 141 65
Binary 11111100 10100 1001100 0 1011100 1000110 1 101011010 1100001 110101

Color Harmonies of #FC144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC144C

Black with #FC144C

Text Example


Text Example

White with #FC144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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