Html Css Color HEX #FC152C Torch Red

📋 copy color: '#FC152C'

red 252 ◦ green 21 ◦ blue 44

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

Shades of Torch Red #FC152C

Tints of Torch Red #FC152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 79.5%
G = 6.62%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC152C (or 0xFC152C) is known color: Torch Red. HEX triplet: FC, 15 and 2C. RGB value is (252,21,44). Sum of RGB (Red+Green+Blue) = 252+21+44=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC152C is #03EAD3. Grayscale: #5C5C5C. Windows color (decimal): -256724 or 2889212. OLE color: 2889212.

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

Color convert

RGB 252 21 44 -
CMYK 0 0.92 0.83 0.01
HSL 354.03º 0.97% 0.54% -
HSV(B) 354.03º 0.92% 0.99% -
XYZ 40.87 21.41 4.36 -
YUV 92.69 100.53 241.63 -
System Red Green Blue C M Y K H S L
Decimal 252 21 44 0 0.92 0.83 0.01 354.03 0.97 0.54
Hex FC 15 2C 0 5C 53 1 162 61 36
Octal 374 25 54 0 134 123 1 542 141 66
Binary 11111100 10101 101100 0 1011100 1010011 1 101100010 1100001 110110

Color Harmonies of #FC152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC152C

Black with #FC152C

Text Example


Text Example

White with #FC152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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