Html Css Color HEX #FC1139 Torch Red

📋 copy color: '#FC1139'

red 252 ◦ green 17 ◦ blue 57

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

Shades of Torch Red #FC1139

Tints of Torch Red #FC1139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.48%

R = 77.3%
G = 5.21%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC1139 (or 0xFC1139) is known color: Torch Red. HEX triplet: FC, 11 and 39. RGB value is (252,17,57). Sum of RGB (Red+Green+Blue) = 252+17+57=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1139 is #03EEC6. Grayscale: #5B5B5B. Windows color (decimal): -257735 or 3740156. OLE color: 3740156.

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

Color convert

RGB 252 17 57 -
CMYK 0 0.93 0.77 0.01
HSL 349.79º 0.98% 0.53% -
HSV(B) 349.79º 0.93% 0.99% -
XYZ 41.08 21.39 5.83 -
YUV 91.83 108.36 242.25 -
System Red Green Blue C M Y K H S L
Decimal 252 17 57 0 0.93 0.77 0.01 349.79 0.98 0.53
Hex FC 11 39 0 5D 4D 1 15E 62 35
Octal 374 21 71 0 135 115 1 536 142 65
Binary 11111100 10001 111001 0 1011101 1001101 1 101011110 1100010 110101

Color Harmonies of #FC1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1139

Black with #FC1139

Text Example


Text Example

White with #FC1139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1139; }

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

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

background-color css

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

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

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

border-color css

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

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

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