Html Css Color HEX #FC212E Torch Red

📋 copy color: '#FC212E'

red 252 ◦ green 33 ◦ blue 46

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

Shades of Torch Red #FC212E

Tints of Torch Red #FC212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.9%

R = 76.13%
G = 9.97%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC212E (or 0xFC212E) is known color: Torch Red. HEX triplet: FC, 21 and 2E. RGB value is (252,33,46). Sum of RGB (Red+Green+Blue) = 252+33+46=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC212E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC212E is #03DED1. Grayscale: #646464. Windows color (decimal): -253650 or 3023356. OLE color: 3023356.

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

Color convert

RGB 252 33 46 -
CMYK 0 0.87 0.82 0.01
HSL 356.44º 0.97% 0.56% -
HSV(B) 356.44º 0.87% 0.99% -
XYZ 41.18 21.98 4.66 -
YUV 99.96 97.55 236.44 -
System Red Green Blue C M Y K H S L
Decimal 252 33 46 0 0.87 0.82 0.01 356.44 0.97 0.56
Hex FC 21 2E 0 57 52 1 164 61 38
Octal 374 41 56 0 127 122 1 544 141 70
Binary 11111100 100001 101110 0 1010111 1010010 1 101100100 1100001 111000

Color Harmonies of #FC212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC212E

Black with #FC212E

Text Example


Text Example

White with #FC212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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