Html Css Color HEX #FC2540 Torch Red

📋 copy color: '#FC2540'

red 252 ◦ green 37 ◦ blue 64

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

Shades of Torch Red #FC2540

Tints of Torch Red #FC2540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 71.39%
G = 10.48%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC2540 (or 0xFC2540) is known color: Torch Red. HEX triplet: FC, 25 and 40. RGB value is (252,37,64). Sum of RGB (Red+Green+Blue) = 252+37+64=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2540 is #03DABF. Grayscale: #686868. Windows color (decimal): -252608 or 4204028. OLE color: 4204028.

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

Color convert

RGB 252 37 64 -
CMYK 0 0.85 0.75 0.01
HSL 352.47º 0.97% 0.57% -
HSV(B) 352.47º 0.85% 0.99% -
XYZ 41.73 22.39 6.97 -
YUV 104.36 105.23 233.3 -
System Red Green Blue C M Y K H S L
Decimal 252 37 64 0 0.85 0.75 0.01 352.47 0.97 0.57
Hex FC 25 40 0 55 4B 1 160 61 39
Octal 374 45 100 0 125 113 1 540 141 71
Binary 11111100 100101 1000000 0 1010101 1001011 1 101100000 1100001 111001

Color Harmonies of #FC2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2540

Black with #FC2540

Text Example


Text Example

White with #FC2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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