Html Css Color HEX #FC0031 Torch Red

📋 copy color: '#FC0031'

red 252 ◦ green 0 ◦ blue 49

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

Shades of Torch Red #FC0031

Tints of Torch Red #FC0031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 83.72%
G = 0%
B = 16.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC0031 (or 0xFC0031) is known color: Torch Red. HEX triplet: FC, 00 and 31. RGB value is (252,0,49). Sum of RGB (Red+Green+Blue) = 252+0+49=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0031 is #03FFCE. Grayscale: #505050. Windows color (decimal): -262095 or 3211516. OLE color: 3211516.

HSL color Cylindrical-coordinate representation of color #FC0031: hue angle of 348.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0031 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 49 -
CMYK 0 1 0.81 0.01
HSL 348.33º 1% 0.49% -
HSV(B) 348.33º 1% 0.99% -
XYZ 40.7 20.92 4.8 -
YUV 80.93 109.99 250.02 -
System Red Green Blue C M Y K H S L
Decimal 252 0 49 0 1 0.81 0.01 348.33 1 0.49
Hex FC 0 31 0 64 51 1 15C 64 31
Octal 374 0 61 0 144 121 1 534 144 61
Binary 11111100 0 110001 0 1100100 1010001 1 101011100 1100100 110001

Color Harmonies of #FC0031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0031

Black with #FC0031

Text Example


Text Example

White with #FC0031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0031; }

 p { color: rgb(252,0,49); }

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

background-color css

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

 a { background-color: rgb(252,0,49); }

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

border-color css

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

 span { border-color: rgb(252,0,49); }

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