Html Css Color HEX #FC0932 Torch Red

📋 copy color: '#FC0932'

red 252 ◦ green 9 ◦ blue 50

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

Shades of Torch Red #FC0932

Tints of Torch Red #FC0932

RGB

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

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

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

R = 81.03%
G = 2.89%
B = 16.08%

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

#FC0932 (or 0xFC0932) is known color: Torch Red. HEX triplet: FC, 09 and 32. RGB value is (252,9,50). Sum of RGB (Red+Green+Blue) = 252+9+50=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0932 is #03F6CD. Grayscale: #565656. Windows color (decimal): -259790 or 3279356. OLE color: 3279356.

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

Color convert

RGB 252 9 50 -
CMYK 0 0.96 0.80 0.01
HSL 349.88º 0.98% 0.51% -
HSV(B) 349.88º 0.96% 0.99% -
XYZ 40.82 21.12 4.94 -
YUV 86.33 107.51 246.17 -
System Red Green Blue C M Y K H S L
Decimal 252 9 50 0 0.96 0.80 0.01 349.88 0.98 0.51
Hex FC 9 32 0 60 50 1 15E 62 33
Octal 374 11 62 0 140 120 1 536 142 63
Binary 11111100 1001 110010 0 1100000 1010000 1 101011110 1100010 110011

Color Harmonies of #FC0932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0932

Black with #FC0932

Text Example


Text Example

White with #FC0932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0932; }

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

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

background-color css

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

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

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

border-color css

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

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

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