Html Css Color HEX #FC2532 Torch Red

📋 copy color: '#FC2532'

red 252 ◦ green 37 ◦ blue 50

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

Shades of Torch Red #FC2532

Tints of Torch Red #FC2532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

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

R = 74.34%
G = 10.91%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC2532 (or 0xFC2532) is known color: Torch Red. HEX triplet: FC, 25 and 32. RGB value is (252,37,50). Sum of RGB (Red+Green+Blue) = 252+37+50=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2532 is #03DACD. Grayscale: #666666. Windows color (decimal): -252622 or 3286524. OLE color: 3286524.

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

Color convert

RGB 252 37 50 -
CMYK 0 0.85 0.80 0.01
HSL 356.37º 0.97% 0.57% -
HSV(B) 356.37º 0.85% 0.99% -
XYZ 41.38 22.25 5.13 -
YUV 102.77 98.23 234.44 -
System Red Green Blue C M Y K H S L
Decimal 252 37 50 0 0.85 0.80 0.01 356.37 0.97 0.57
Hex FC 25 32 0 55 50 1 164 61 39
Octal 374 45 62 0 125 120 1 544 141 71
Binary 11111100 100101 110010 0 1010101 1010000 1 101100100 1100001 111001

Color Harmonies of #FC2532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2532

Black with #FC2532

Text Example


Text Example

White with #FC2532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2532; }

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

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

background-color css

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

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

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

border-color css

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

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

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