Html Css Color HEX #FC213C Torch Red

📋 copy color: '#FC213C'

red 252 ◦ green 33 ◦ blue 60

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

Shades of Torch Red #FC213C

Tints of Torch Red #FC213C

RGB

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

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

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

R = 73.04%
G = 9.57%
B = 17.39%

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

#FC213C (or 0xFC213C) is known color: Torch Red. HEX triplet: FC, 21 and 3C. RGB value is (252,33,60). Sum of RGB (Red+Green+Blue) = 252+33+60=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC213C is #03DEC3. Grayscale: #656565. Windows color (decimal): -253636 or 3940860. OLE color: 3940860.

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

Color convert

RGB 252 33 60 -
CMYK 0 0.87 0.76 0.01
HSL 352.6º 0.97% 0.56% -
HSV(B) 352.6º 0.87% 0.99% -
XYZ 41.5 22.11 6.35 -
YUV 101.56 104.55 235.3 -
System Red Green Blue C M Y K H S L
Decimal 252 33 60 0 0.87 0.76 0.01 352.6 0.97 0.56
Hex FC 21 3C 0 57 4C 1 161 61 38
Octal 374 41 74 0 127 114 1 541 141 70
Binary 11111100 100001 111100 0 1010111 1001100 1 101100001 1100001 111000

Color Harmonies of #FC213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC213C

Black with #FC213C

Text Example


Text Example

White with #FC213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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