Html Css Color HEX #FC1832 Torch Red

📋 copy color: '#FC1832'

red 252 ◦ green 24 ◦ blue 50

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

Shades of Torch Red #FC1832

Tints of Torch Red #FC1832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.36%

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

R = 77.3%
G = 7.36%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC1832 (or 0xFC1832) is known color: Torch Red. HEX triplet: FC, 18 and 32. RGB value is (252,24,50). Sum of RGB (Red+Green+Blue) = 252+24+50=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1832 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1832 is #03E7CD. Grayscale: #5F5F5F. Windows color (decimal): -255950 or 3283196. OLE color: 3283196.

HSL color Cylindrical-coordinate representation of color #FC1832: hue angle of 353.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1832 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 24 50 -
CMYK 0 0.90 0.80 0.01
HSL 353.16º 0.97% 0.54% -
HSV(B) 353.16º 0.9% 0.99% -
XYZ 41.05 21.58 5.02 -
YUV 95.14 102.54 239.89 -
System Red Green Blue C M Y K H S L
Decimal 252 24 50 0 0.90 0.80 0.01 353.16 0.97 0.54
Hex FC 18 32 0 5A 50 1 161 61 36
Octal 374 30 62 0 132 120 1 541 141 66
Binary 11111100 11000 110010 0 1011010 1010000 1 101100001 1100001 110110

Color Harmonies of #FC1832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1832

Black with #FC1832

Text Example


Text Example

White with #FC1832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1832; }

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

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

background-color css

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

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

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

border-color css

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

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

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