Html Css Color HEX #FC132A Torch Red

📋 copy color: '#FC132A'

red 252 ◦ green 19 ◦ blue 42

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

Shades of Torch Red #FC132A

Tints of Torch Red #FC132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 80.51%
G = 6.07%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC132A (or 0xFC132A) is known color: Torch Red. HEX triplet: FC, 13 and 2A. RGB value is (252,19,42). Sum of RGB (Red+Green+Blue) = 252+19+42=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC132A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC132A is #03ECD5. Grayscale: #5B5B5B. Windows color (decimal): -257238 or 2757628. OLE color: 2757628.

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

Color convert

RGB 252 19 42 -
CMYK 0 0.92 0.83 0.01
HSL 354.08º 0.97% 0.53% -
HSV(B) 354.08º 0.92% 0.99% -
XYZ 40.8 21.33 4.16 -
YUV 91.29 100.19 242.63 -
System Red Green Blue C M Y K H S L
Decimal 252 19 42 0 0.92 0.83 0.01 354.08 0.97 0.53
Hex FC 13 2A 0 5C 53 1 162 61 35
Octal 374 23 52 0 134 123 1 542 141 65
Binary 11111100 10011 101010 0 1011100 1010011 1 101100010 1100001 110101

Color Harmonies of #FC132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC132A

Black with #FC132A

Text Example


Text Example

White with #FC132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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