Html Css Color HEX #FC192C Torch Red

📋 copy color: '#FC192C'

red 252 ◦ green 25 ◦ blue 44

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

Shades of Torch Red #FC192C

Tints of Torch Red #FC192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

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

R = 78.5%
G = 7.79%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC192C (or 0xFC192C) is known color: Torch Red. HEX triplet: FC, 19 and 2C. RGB value is (252,25,44). Sum of RGB (Red+Green+Blue) = 252+25+44=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC192C is #03E6D3. Grayscale: #5F5F5F. Windows color (decimal): -255700 or 2890236. OLE color: 2890236.

HSL color Cylindrical-coordinate representation of color #FC192C: hue angle of 354.98º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC192C is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 44 -
CMYK 0 0.90 0.83 0.01
HSL 354.98º 0.97% 0.54% -
HSV(B) 354.98º 0.9% 0.99% -
XYZ 40.95 21.57 4.39 -
YUV 95.04 99.21 239.96 -
System Red Green Blue C M Y K H S L
Decimal 252 25 44 0 0.90 0.83 0.01 354.98 0.97 0.54
Hex FC 19 2C 0 5A 53 1 163 61 36
Octal 374 31 54 0 132 123 1 543 141 66
Binary 11111100 11001 101100 0 1011010 1010011 1 101100011 1100001 110110

Color Harmonies of #FC192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC192C

Black with #FC192C

Text Example


Text Example

White with #FC192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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