Html Css Color HEX #FC203F Torch Red

📋 copy color: '#FC203F'

red 252 ◦ green 32 ◦ blue 63

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

Shades of Torch Red #FC203F

Tints of Torch Red #FC203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.16%

R = 72.62%
G = 9.22%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC203F (or 0xFC203F) is known color: Torch Red. HEX triplet: FC, 20 and 3F. RGB value is (252,32,63). Sum of RGB (Red+Green+Blue) = 252+32+63=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC203F is #03DFC0. Grayscale: #656565. Windows color (decimal): -253889 or 4137212. OLE color: 4137212.

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

Color convert

RGB 252 32 63 -
CMYK 0 0.87 0.75 0.01
HSL 351.55º 0.97% 0.56% -
HSV(B) 351.55º 0.87% 0.99% -
XYZ 41.56 22.09 6.78 -
YUV 101.31 106.39 235.48 -
System Red Green Blue C M Y K H S L
Decimal 252 32 63 0 0.87 0.75 0.01 351.55 0.97 0.56
Hex FC 20 3F 0 57 4B 1 160 61 38
Octal 374 40 77 0 127 113 1 540 141 70
Binary 11111100 100000 111111 0 1010111 1001011 1 101100000 1100001 111000

Color Harmonies of #FC203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC203F

Black with #FC203F

Text Example


Text Example

White with #FC203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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