Html Css Color HEX #FC134C Torch Red

📋 copy color: '#FC134C'

red 252 ◦ green 19 ◦ blue 76

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

Shades of Torch Red #FC134C

Tints of Torch Red #FC134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

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

R = 72.62%
G = 5.48%
B = 21.9%

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

#FC134C (or 0xFC134C) is known color: Torch Red. HEX triplet: FC, 13 and 4C. RGB value is (252,19,76). Sum of RGB (Red+Green+Blue) = 252+19+76=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC134C is #03ECB3. Grayscale: #5F5F5F. Windows color (decimal): -257204 or 4985852. OLE color: 4985852.

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

Color convert

RGB 252 19 76 -
CMYK 0 0.92 0.70 0.01
HSL 345.32º 0.97% 0.53% -
HSV(B) 345.32º 0.92% 0.99% -
XYZ 41.68 21.68 8.83 -
YUV 95.17 117.19 239.87 -
System Red Green Blue C M Y K H S L
Decimal 252 19 76 0 0.92 0.70 0.01 345.32 0.97 0.53
Hex FC 13 4C 0 5C 46 1 159 61 35
Octal 374 23 114 0 134 106 1 531 141 65
Binary 11111100 10011 1001100 0 1011100 1000110 1 101011001 1100001 110101

Color Harmonies of #FC134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC134C

Black with #FC134C

Text Example


Text Example

White with #FC134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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