Html Css Color HEX #FC132B Torch Red

📋 copy color: '#FC132B'

red 252 ◦ green 19 ◦ blue 43

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

Shades of Torch Red #FC132B

Tints of Torch Red #FC132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 80.25%
G = 6.05%
B = 13.69%

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

#FC132B (or 0xFC132B) is known color: Torch Red. HEX triplet: FC, 13 and 2B. RGB value is (252,19,43). Sum of RGB (Red+Green+Blue) = 252+19+43=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC132B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC132B is #03ECD4. Grayscale: #5B5B5B. Windows color (decimal): -257237 or 2823164. OLE color: 2823164.

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

Color convert

RGB 252 19 43 -
CMYK 0 0.92 0.83 0.01
HSL 353.82º 0.97% 0.53% -
HSV(B) 353.82º 0.92% 0.99% -
XYZ 40.81 21.34 4.25 -
YUV 91.4 100.69 242.55 -
System Red Green Blue C M Y K H S L
Decimal 252 19 43 0 0.92 0.83 0.01 353.82 0.97 0.53
Hex FC 13 2B 0 5C 53 1 162 61 35
Octal 374 23 53 0 134 123 1 542 141 65
Binary 11111100 10011 101011 0 1011100 1010011 1 101100010 1100001 110101

Color Harmonies of #FC132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC132B

Black with #FC132B

Text Example


Text Example

White with #FC132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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