Html Css Color HEX #FC2231 Torch Red

📋 copy color: '#FC2231'

red 252 ◦ green 34 ◦ blue 49

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

Shades of Torch Red #FC2231

Tints of Torch Red #FC2231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.15%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 75.22%
G = 10.15%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC2231 (or 0xFC2231) is known color: Torch Red. HEX triplet: FC, 22 and 31. RGB value is (252,34,49). Sum of RGB (Red+Green+Blue) = 252+34+49=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2231 is #03DDCE. Grayscale: #656565. Windows color (decimal): -253391 or 3220220. OLE color: 3220220.

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

Color convert

RGB 252 34 49 -
CMYK 0 0.87 0.81 0.01
HSL 355.87º 0.97% 0.56% -
HSV(B) 355.87º 0.87% 0.99% -
XYZ 41.27 22.06 4.99 -
YUV 100.89 98.72 235.78 -
System Red Green Blue C M Y K H S L
Decimal 252 34 49 0 0.87 0.81 0.01 355.87 0.97 0.56
Hex FC 22 31 0 57 51 1 164 61 38
Octal 374 42 61 0 127 121 1 544 141 70
Binary 11111100 100010 110001 0 1010111 1010001 1 101100100 1100001 111000

Color Harmonies of #FC2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2231

Black with #FC2231

Text Example


Text Example

White with #FC2231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2231; }

 p { color: rgb(252,34,49); }

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

background-color css

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

 a { background-color: rgb(252,34,49); }

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

border-color css

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

 span { border-color: rgb(252,34,49); }

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