Html Css Color HEX #FC1232 Torch Red

📋 copy color: '#FC1232'

red 252 ◦ green 18 ◦ blue 50

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

Shades of Torch Red #FC1232

Tints of Torch Red #FC1232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.63%

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 78.75%
G = 5.63%
B = 15.63%

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

#FC1232 (or 0xFC1232) is known color: Torch Red. HEX triplet: FC, 12 and 32. RGB value is (252,18,50). Sum of RGB (Red+Green+Blue) = 252+18+50=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1232 is #03EDCD. Grayscale: #5B5B5B. Windows color (decimal): -257486 or 3281660. OLE color: 3281660.

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

Color convert

RGB 252 18 50 -
CMYK 0 0.93 0.80 0.01
HSL 351.79º 0.98% 0.53% -
HSV(B) 351.79º 0.93% 0.99% -
XYZ 40.94 21.36 4.98 -
YUV 91.61 104.52 242.4 -
System Red Green Blue C M Y K H S L
Decimal 252 18 50 0 0.93 0.80 0.01 351.79 0.98 0.53
Hex FC 12 32 0 5D 50 1 160 62 35
Octal 374 22 62 0 135 120 1 540 142 65
Binary 11111100 10010 110010 0 1011101 1010000 1 101100000 1100010 110101

Color Harmonies of #FC1232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1232

Black with #FC1232

Text Example


Text Example

White with #FC1232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1232; }

 p { color: rgb(252,18,50); }

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

background-color css

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

 a { background-color: rgb(252,18,50); }

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

border-color css

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

 span { border-color: rgb(252,18,50); }

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