Html Css Color HEX #FC253C Torch Red

📋 copy color: '#FC253C'

red 252 ◦ green 37 ◦ blue 60

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

Shades of Torch Red #FC253C

Tints of Torch Red #FC253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 72.21%
G = 10.6%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC253C (or 0xFC253C) is known color: Torch Red. HEX triplet: FC, 25 and 3C. RGB value is (252,37,60). Sum of RGB (Red+Green+Blue) = 252+37+60=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC253C is #03DAC3. Grayscale: #686868. Windows color (decimal): -252612 or 3941884. OLE color: 3941884.

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

Color convert

RGB 252 37 60 -
CMYK 0 0.85 0.76 0.01
HSL 353.58º 0.97% 0.57% -
HSV(B) 353.58º 0.85% 0.99% -
XYZ 41.62 22.34 6.39 -
YUV 103.91 103.23 233.63 -
System Red Green Blue C M Y K H S L
Decimal 252 37 60 0 0.85 0.76 0.01 353.58 0.97 0.57
Hex FC 25 3C 0 55 4C 1 162 61 39
Octal 374 45 74 0 125 114 1 542 141 71
Binary 11111100 100101 111100 0 1010101 1001100 1 101100010 1100001 111001

Color Harmonies of #FC253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC253C

Black with #FC253C

Text Example


Text Example

White with #FC253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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