Html Css Color HEX #FC2239 Torch Red

📋 copy color: '#FC2239'

red 252 ◦ green 34 ◦ blue 57

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

Shades of Torch Red #FC2239

Tints of Torch Red #FC2239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.62%

R = 73.47%
G = 9.91%
B = 16.62%

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

#FC2239 (or 0xFC2239) is known color: Torch Red. HEX triplet: FC, 22 and 39. RGB value is (252,34,57). Sum of RGB (Red+Green+Blue) = 252+34+57=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2239 is #03DDC6. Grayscale: #656565. Windows color (decimal): -253383 or 3744508. OLE color: 3744508.

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

Color convert

RGB 252 34 57 -
CMYK 0 0.87 0.77 0.01
HSL 353.67º 0.97% 0.56% -
HSV(B) 353.67º 0.87% 0.99% -
XYZ 41.46 22.13 5.96 -
YUV 101.8 102.72 235.13 -
System Red Green Blue C M Y K H S L
Decimal 252 34 57 0 0.87 0.77 0.01 353.67 0.97 0.56
Hex FC 22 39 0 57 4D 1 162 61 38
Octal 374 42 71 0 127 115 1 542 141 70
Binary 11111100 100010 111001 0 1010111 1001101 1 101100010 1100001 111000

Color Harmonies of #FC2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2239

Black with #FC2239

Text Example


Text Example

White with #FC2239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2239; }

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

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

background-color css

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

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

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

border-color css

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

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

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