Html Css Color HEX #FC1138 Torch Red

📋 copy color: '#FC1138'

red 252 ◦ green 17 ◦ blue 56

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

Shades of Torch Red #FC1138

Tints of Torch Red #FC1138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 77.54%
G = 5.23%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC1138 (or 0xFC1138) is known color: Torch Red. HEX triplet: FC, 11 and 38. RGB value is (252,17,56). Sum of RGB (Red+Green+Blue) = 252+17+56=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1138 is #03EEC7. Grayscale: #5B5B5B. Windows color (decimal): -257736 or 3674620. OLE color: 3674620.

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

Color convert

RGB 252 17 56 -
CMYK 0 0.93 0.78 0.01
HSL 350.04º 0.98% 0.53% -
HSV(B) 350.04º 0.93% 0.99% -
XYZ 41.06 21.38 5.7 -
YUV 91.71 107.86 242.33 -
System Red Green Blue C M Y K H S L
Decimal 252 17 56 0 0.93 0.78 0.01 350.04 0.98 0.53
Hex FC 11 38 0 5D 4E 1 15E 62 35
Octal 374 21 70 0 135 116 1 536 142 65
Binary 11111100 10001 111000 0 1011101 1001110 1 101011110 1100010 110101

Color Harmonies of #FC1138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1138

Black with #FC1138

Text Example


Text Example

White with #FC1138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1138; }

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

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

background-color css

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

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

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

border-color css

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

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

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