Html Css Color HEX #FC2531 Torch Red

📋 copy color: '#FC2531'

red 252 ◦ green 37 ◦ blue 49

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

Shades of Torch Red #FC2531

Tints of Torch Red #FC2531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 74.56%
G = 10.95%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC2531 (or 0xFC2531) is known color: Torch Red. HEX triplet: FC, 25 and 31. RGB value is (252,37,49). Sum of RGB (Red+Green+Blue) = 252+37+49=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2531 is #03DACE. Grayscale: #666666. Windows color (decimal): -252623 or 3220988. OLE color: 3220988.

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

Color convert

RGB 252 37 49 -
CMYK 0 0.85 0.81 0.01
HSL 356.65º 0.97% 0.57% -
HSV(B) 356.65º 0.85% 0.99% -
XYZ 41.36 22.24 5.02 -
YUV 102.65 97.73 234.52 -
System Red Green Blue C M Y K H S L
Decimal 252 37 49 0 0.85 0.81 0.01 356.65 0.97 0.57
Hex FC 25 31 0 55 51 1 165 61 39
Octal 374 45 61 0 125 121 1 545 141 71
Binary 11111100 100101 110001 0 1010101 1010001 1 101100101 1100001 111001

Color Harmonies of #FC2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2531

Black with #FC2531

Text Example


Text Example

White with #FC2531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2531; }

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

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

background-color css

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

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

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

border-color css

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

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

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