Html Css Color HEX #FC134A Torch Red

📋 copy color: '#FC134A'

red 252 ◦ green 19 ◦ blue 74

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

Shades of Torch Red #FC134A

Tints of Torch Red #FC134A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 73.04%
G = 5.51%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC134A (or 0xFC134A) is known color: Torch Red. HEX triplet: FC, 13 and 4A. RGB value is (252,19,74). Sum of RGB (Red+Green+Blue) = 252+19+74=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC134A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC134A is #03ECB5. Grayscale: #5E5E5E. Windows color (decimal): -257206 or 4854780. OLE color: 4854780.

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

Color convert

RGB 252 19 74 -
CMYK 0 0.92 0.71 0.01
HSL 345.84º 0.97% 0.53% -
HSV(B) 345.84º 0.92% 0.99% -
XYZ 41.61 21.66 8.47 -
YUV 94.94 116.19 240.03 -
System Red Green Blue C M Y K H S L
Decimal 252 19 74 0 0.92 0.71 0.01 345.84 0.97 0.53
Hex FC 13 4A 0 5C 47 1 15A 61 35
Octal 374 23 112 0 134 107 1 532 141 65
Binary 11111100 10011 1001010 0 1011100 1000111 1 101011010 1100001 110101

Color Harmonies of #FC134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC134A

Black with #FC134A

Text Example


Text Example

White with #FC134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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