Html Css Color HEX #FC213A Torch Red

📋 copy color: '#FC213A'

red 252 ◦ green 33 ◦ blue 58

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

Shades of Torch Red #FC213A

Tints of Torch Red #FC213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 73.47%
G = 9.62%
B = 16.91%

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

#FC213A (or 0xFC213A) is known color: Torch Red. HEX triplet: FC, 21 and 3A. RGB value is (252,33,58). Sum of RGB (Red+Green+Blue) = 252+33+58=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC213A is #03DEC5. Grayscale: #656565. Windows color (decimal): -253638 or 3809788. OLE color: 3809788.

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

Color convert

RGB 252 33 58 -
CMYK 0 0.87 0.77 0.01
HSL 353.15º 0.97% 0.56% -
HSV(B) 353.15º 0.87% 0.99% -
XYZ 41.45 22.09 6.08 -
YUV 101.33 103.55 235.47 -
System Red Green Blue C M Y K H S L
Decimal 252 33 58 0 0.87 0.77 0.01 353.15 0.97 0.56
Hex FC 21 3A 0 57 4D 1 161 61 38
Octal 374 41 72 0 127 115 1 541 141 70
Binary 11111100 100001 111010 0 1010111 1001101 1 101100001 1100001 111000

Color Harmonies of #FC213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC213A

Black with #FC213A

Text Example


Text Example

White with #FC213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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