Html Css Color HEX #FC1133 Torch Red

📋 copy color: '#FC1133'

red 252 ◦ green 17 ◦ blue 51

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

Shades of Torch Red #FC1133

Tints of Torch Red #FC1133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 78.75%
G = 5.31%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC1133 (or 0xFC1133) is known color: Torch Red. HEX triplet: FC, 11 and 33. RGB value is (252,17,51). Sum of RGB (Red+Green+Blue) = 252+17+51=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1133 is #03EECC. Grayscale: #5B5B5B. Windows color (decimal): -257741 or 3346940. OLE color: 3346940.

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

Color convert

RGB 252 17 51 -
CMYK 0 0.93 0.80 0.01
HSL 351.32º 0.98% 0.53% -
HSV(B) 351.32º 0.93% 0.99% -
XYZ 40.94 21.34 5.09 -
YUV 91.14 105.36 242.74 -
System Red Green Blue C M Y K H S L
Decimal 252 17 51 0 0.93 0.80 0.01 351.32 0.98 0.53
Hex FC 11 33 0 5D 50 1 15F 62 35
Octal 374 21 63 0 135 120 1 537 142 65
Binary 11111100 10001 110011 0 1011101 1010000 1 101011111 1100010 110101

Color Harmonies of #FC1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1133

Black with #FC1133

Text Example


Text Example

White with #FC1133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1133; }

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

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

background-color css

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

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

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

border-color css

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

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

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