Html Css Color HEX #FC203B Torch Red

📋 copy color: '#FC203B'

red 252 ◦ green 32 ◦ blue 59

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

Shades of Torch Red #FC203B

Tints of Torch Red #FC203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.2%

R = 73.47%
G = 9.33%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC203B (or 0xFC203B) is known color: Torch Red. HEX triplet: FC, 20 and 3B. RGB value is (252,32,59). Sum of RGB (Red+Green+Blue) = 252+32+59=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC203B is #03DFC4. Grayscale: #646464. Windows color (decimal): -253893 or 3875068. OLE color: 3875068.

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

Color convert

RGB 252 32 59 -
CMYK 0 0.87 0.77 0.01
HSL 352.64º 0.97% 0.56% -
HSV(B) 352.64º 0.87% 0.99% -
XYZ 41.45 22.04 6.21 -
YUV 100.86 104.39 235.8 -
System Red Green Blue C M Y K H S L
Decimal 252 32 59 0 0.87 0.77 0.01 352.64 0.97 0.56
Hex FC 20 3B 0 57 4D 1 161 61 38
Octal 374 40 73 0 127 115 1 541 141 70
Binary 11111100 100000 111011 0 1010111 1001101 1 101100001 1100001 111000

Color Harmonies of #FC203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC203B

Black with #FC203B

Text Example


Text Example

White with #FC203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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