Html Css Color HEX #FC132F Torch Red

📋 copy color: '#FC132F'

red 252 ◦ green 19 ◦ blue 47

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

Shades of Torch Red #FC132F

Tints of Torch Red #FC132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.97%

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 79.25%
G = 5.97%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC132F (or 0xFC132F) is known color: Torch Red. HEX triplet: FC, 13 and 2F. RGB value is (252,19,47). Sum of RGB (Red+Green+Blue) = 252+19+47=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC132F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC132F is #03ECD0. Grayscale: #5B5B5B. Windows color (decimal): -257233 or 3085308. OLE color: 3085308.

HSL color Cylindrical-coordinate representation of color #FC132F: hue angle of 352.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC132F is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 19 47 -
CMYK 0 0.92 0.81 0.01
HSL 352.79º 0.97% 0.53% -
HSV(B) 352.79º 0.92% 0.99% -
XYZ 40.89 21.37 4.66 -
YUV 91.86 102.69 242.22 -
System Red Green Blue C M Y K H S L
Decimal 252 19 47 0 0.92 0.81 0.01 352.79 0.97 0.53
Hex FC 13 2F 0 5C 51 1 161 61 35
Octal 374 23 57 0 134 121 1 541 141 65
Binary 11111100 10011 101111 0 1011100 1010001 1 101100001 1100001 110101

Color Harmonies of #FC132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC132F

Black with #FC132F

Text Example


Text Example

White with #FC132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC132F; }

 p { color: rgb(252,19,47); }

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

background-color css

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

 a { background-color: rgb(252,19,47); }

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

border-color css

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

 span { border-color: rgb(252,19,47); }

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