Html Css Color HEX #FC112A Torch Red

📋 copy color: '#FC112A'

red 252 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #FC112A

Tints of Torch Red #FC112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.47%

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 81.03%
G = 5.47%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC112A (or 0xFC112A) is known color: Torch Red. HEX triplet: FC, 11 and 2A. RGB value is (252,17,42). Sum of RGB (Red+Green+Blue) = 252+17+42=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC112A is #03EED5. Grayscale: #5A5A5A. Windows color (decimal): -257750 or 2757116. OLE color: 2757116.

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

Color convert

RGB 252 17 42 -
CMYK 0 0.93 0.83 0.01
HSL 353.62º 0.98% 0.53% -
HSV(B) 353.62º 0.93% 0.99% -
XYZ 40.76 21.26 4.15 -
YUV 90.12 100.86 243.47 -
System Red Green Blue C M Y K H S L
Decimal 252 17 42 0 0.93 0.83 0.01 353.62 0.98 0.53
Hex FC 11 2A 0 5D 53 1 162 62 35
Octal 374 21 52 0 135 123 1 542 142 65
Binary 11111100 10001 101010 0 1011101 1010011 1 101100010 1100010 110101

Color Harmonies of #FC112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC112A

Black with #FC112A

Text Example


Text Example

White with #FC112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC112A; }

 p { color: rgb(252,17,42); }

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

background-color css

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

 a { background-color: rgb(252,17,42); }

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

border-color css

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

 span { border-color: rgb(252,17,42); }

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