Html Css Color HEX #FC112D Torch Red

📋 copy color: '#FC112D'

red 252 ◦ green 17 ◦ blue 45

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

Shades of Torch Red #FC112D

Tints of Torch Red #FC112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 80.25%
G = 5.41%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC112D (or 0xFC112D) is known color: Torch Red. HEX triplet: FC, 11 and 2D. RGB value is (252,17,45). Sum of RGB (Red+Green+Blue) = 252+17+45=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC112D is #03EED2. Grayscale: #5A5A5A. Windows color (decimal): -257747 or 2953724. OLE color: 2953724.

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

Color convert

RGB 252 17 45 -
CMYK 0 0.93 0.82 0.01
HSL 352.85º 0.98% 0.53% -
HSV(B) 352.85º 0.93% 0.99% -
XYZ 40.82 21.29 4.44 -
YUV 90.46 102.36 243.22 -
System Red Green Blue C M Y K H S L
Decimal 252 17 45 0 0.93 0.82 0.01 352.85 0.98 0.53
Hex FC 11 2D 0 5D 52 1 161 62 35
Octal 374 21 55 0 135 122 1 541 142 65
Binary 11111100 10001 101101 0 1011101 1010010 1 101100001 1100010 110101

Color Harmonies of #FC112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC112D

Black with #FC112D

Text Example


Text Example

White with #FC112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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