Html Css Color HEX #FC0A32 Torch Red

📋 copy color: '#FC0A32'

red 252 ◦ green 10 ◦ blue 50

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

Shades of Torch Red #FC0A32

Tints of Torch Red #FC0A32

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.21%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 80.77%
G = 3.21%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC0A32 (or 0xFC0A32) is known color: Torch Red. HEX triplet: FC, 0A and 32. RGB value is (252,10,50). Sum of RGB (Red+Green+Blue) = 252+10+50=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A32 is #03F5CD. Grayscale: #575757. Windows color (decimal): -259534 or 3279612. OLE color: 3279612.

HSL color Cylindrical-coordinate representation of color #FC0A32: hue angle of 350.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A32 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 10 50 -
CMYK 0 0.96 0.80 0.01
HSL 350.08º 0.98% 0.51% -
HSV(B) 350.08º 0.96% 0.99% -
XYZ 40.83 21.14 4.95 -
YUV 86.92 107.17 245.75 -
System Red Green Blue C M Y K H S L
Decimal 252 10 50 0 0.96 0.80 0.01 350.08 0.98 0.51
Hex FC A 32 0 60 50 1 15E 62 33
Octal 374 12 62 0 140 120 1 536 142 63
Binary 11111100 1010 110010 0 1100000 1010000 1 101011110 1100010 110011

Color Harmonies of #FC0A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A32

Black with #FC0A32

Text Example


Text Example

White with #FC0A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A32; }

 p { color: rgb(252,10,50); }

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

background-color css

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

 a { background-color: rgb(252,10,50); }

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

border-color css

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

 span { border-color: rgb(252,10,50); }

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