Html Css Color HEX #FC1134 Torch Red

📋 copy color: '#FC1134'

red 252 ◦ green 17 ◦ blue 52

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

Shades of Torch Red #FC1134

Tints of Torch Red #FC1134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.2%

R = 78.5%
G = 5.3%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC1134 (or 0xFC1134) is known color: Torch Red. HEX triplet: FC, 11 and 34. RGB value is (252,17,52). Sum of RGB (Red+Green+Blue) = 252+17+52=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1134 is #03EECB. Grayscale: #5B5B5B. Windows color (decimal): -257740 or 3412476. OLE color: 3412476.

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

Color convert

RGB 252 17 52 -
CMYK 0 0.93 0.79 0.01
HSL 351.06º 0.98% 0.53% -
HSV(B) 351.06º 0.93% 0.99% -
XYZ 40.97 21.34 5.21 -
YUV 91.26 105.86 242.65 -
System Red Green Blue C M Y K H S L
Decimal 252 17 52 0 0.93 0.79 0.01 351.06 0.98 0.53
Hex FC 11 34 0 5D 4F 1 15F 62 35
Octal 374 21 64 0 135 117 1 537 142 65
Binary 11111100 10001 110100 0 1011101 1001111 1 101011111 1100010 110101

Color Harmonies of #FC1134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1134

Black with #FC1134

Text Example


Text Example

White with #FC1134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1134; }

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

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

background-color css

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

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

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

border-color css

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

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

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