Html Css Color HEX #FC2039 Torch Red

📋 copy color: '#FC2039'

red 252 ◦ green 32 ◦ blue 57

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

Shades of Torch Red #FC2039

Tints of Torch Red #FC2039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.38%

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

R = 73.9%
G = 9.38%
B = 16.72%

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

#FC2039 (or 0xFC2039) is known color: Torch Red. HEX triplet: FC, 20 and 39. RGB value is (252,32,57). Sum of RGB (Red+Green+Blue) = 252+32+57=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2039 is #03DFC6. Grayscale: #646464. Windows color (decimal): -253895 or 3743996. OLE color: 3743996.

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

Color convert

RGB 252 32 57 -
CMYK 0 0.87 0.77 0.01
HSL 353.18º 0.97% 0.56% -
HSV(B) 353.18º 0.87% 0.99% -
XYZ 41.4 22.02 5.94 -
YUV 100.63 103.39 235.97 -
System Red Green Blue C M Y K H S L
Decimal 252 32 57 0 0.87 0.77 0.01 353.18 0.97 0.56
Hex FC 20 39 0 57 4D 1 161 61 38
Octal 374 40 71 0 127 115 1 541 141 70
Binary 11111100 100000 111001 0 1010111 1001101 1 101100001 1100001 111000

Color Harmonies of #FC2039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2039

Black with #FC2039

Text Example


Text Example

White with #FC2039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2039; }

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

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

background-color css

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

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

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

border-color css

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

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

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