Html Css Color HEX #FC213F Torch Red

📋 copy color: '#FC213F'

red 252 ◦ green 33 ◦ blue 63

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

Shades of Torch Red #FC213F

Tints of Torch Red #FC213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

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

R = 72.41%
G = 9.48%
B = 18.1%

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

#FC213F (or 0xFC213F) is known color: Torch Red. HEX triplet: FC, 21 and 3F. RGB value is (252,33,63). Sum of RGB (Red+Green+Blue) = 252+33+63=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC213F is #03DEC0. Grayscale: #666666. Windows color (decimal): -253633 or 4137468. OLE color: 4137468.

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

Color convert

RGB 252 33 63 -
CMYK 0 0.87 0.75 0.01
HSL 351.78º 0.97% 0.56% -
HSV(B) 351.78º 0.87% 0.99% -
XYZ 41.59 22.14 6.78 -
YUV 101.9 106.05 235.06 -
System Red Green Blue C M Y K H S L
Decimal 252 33 63 0 0.87 0.75 0.01 351.78 0.97 0.56
Hex FC 21 3F 0 57 4B 1 160 61 38
Octal 374 41 77 0 127 113 1 540 141 70
Binary 11111100 100001 111111 0 1010111 1001011 1 101100000 1100001 111000

Color Harmonies of #FC213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC213F

Black with #FC213F

Text Example


Text Example

White with #FC213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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