Html Css Color HEX #FC0940 Torch Red

📋 copy color: '#FC0940'

red 252 ◦ green 9 ◦ blue 64

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

Shades of Torch Red #FC0940

Tints of Torch Red #FC0940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 77.54%
G = 2.77%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC0940 (or 0xFC0940) is known color: Torch Red. HEX triplet: FC, 09 and 40. RGB value is (252,9,64). Sum of RGB (Red+Green+Blue) = 252+9+64=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0940 is #03F6BF. Grayscale: #575757. Windows color (decimal): -259776 or 4196860. OLE color: 4196860.

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

Color convert

RGB 252 9 64 -
CMYK 0 0.96 0.75 0.01
HSL 346.42º 0.98% 0.51% -
HSV(B) 346.42º 0.96% 0.99% -
XYZ 41.17 21.26 6.78 -
YUV 87.93 114.51 245.03 -
System Red Green Blue C M Y K H S L
Decimal 252 9 64 0 0.96 0.75 0.01 346.42 0.98 0.51
Hex FC 9 40 0 60 4B 1 15A 62 33
Octal 374 11 100 0 140 113 1 532 142 63
Binary 11111100 1001 1000000 0 1100000 1001011 1 101011010 1100010 110011

Color Harmonies of #FC0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0940

Black with #FC0940

Text Example


Text Example

White with #FC0940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0940; }

 p { color: rgb(252,9,64); }

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

background-color css

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

 a { background-color: rgb(252,9,64); }

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

border-color css

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

 span { border-color: rgb(252,9,64); }

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