Html Css Color HEX #FC203C Torch Red

📋 copy color: '#FC203C'

red 252 ◦ green 32 ◦ blue 60

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

Shades of Torch Red #FC203C

Tints of Torch Red #FC203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.3%

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

R = 73.26%
G = 9.3%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC203C (or 0xFC203C) is known color: Torch Red. HEX triplet: FC, 20 and 3C. RGB value is (252,32,60). Sum of RGB (Red+Green+Blue) = 252+32+60=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC203C is #03DFC3. Grayscale: #656565. Windows color (decimal): -253892 or 3940604. OLE color: 3940604.

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

Color convert

RGB 252 32 60 -
CMYK 0 0.87 0.76 0.01
HSL 352.36º 0.97% 0.56% -
HSV(B) 352.36º 0.87% 0.99% -
XYZ 41.48 22.05 6.35 -
YUV 100.97 104.89 235.72 -
System Red Green Blue C M Y K H S L
Decimal 252 32 60 0 0.87 0.76 0.01 352.36 0.97 0.56
Hex FC 20 3C 0 57 4C 1 160 61 38
Octal 374 40 74 0 127 114 1 540 141 70
Binary 11111100 100000 111100 0 1010111 1001100 1 101100000 1100001 111000

Color Harmonies of #FC203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC203C

Black with #FC203C

Text Example


Text Example

White with #FC203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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