Html Css Color HEX #FC032D Torch Red

📋 copy color: '#FC032D'

red 252 ◦ green 3 ◦ blue 45

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

Shades of Torch Red #FC032D

Tints of Torch Red #FC032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 84%
G = 1%
B = 15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC032D (or 0xFC032D) is known color: Torch Red. HEX triplet: FC, 03 and 2D. RGB value is (252,3,45). Sum of RGB (Red+Green+Blue) = 252+3+45=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC032D is #03FCD2. Grayscale: #525252. Windows color (decimal): -261331 or 2950140. OLE color: 2950140.

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

Color convert

RGB 252 3 45 -
CMYK 0 0.99 0.82 0.01
HSL 349.88º 0.98% 0.5% -
HSV(B) 349.88º 0.99% 0.99% -
XYZ 40.65 20.95 4.38 -
YUV 82.24 106.99 249.08 -
System Red Green Blue C M Y K H S L
Decimal 252 3 45 0 0.99 0.82 0.01 349.88 0.98 0.5
Hex FC 3 2D 0 63 52 1 15E 62 32
Octal 374 3 55 0 143 122 1 536 142 62
Binary 11111100 11 101101 0 1100011 1010010 1 101011110 1100010 110010

Color Harmonies of #FC032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC032D

Black with #FC032D

Text Example


Text Example

White with #FC032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC032D; }

 p { color: rgb(252,3,45); }

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

background-color css

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

 a { background-color: rgb(252,3,45); }

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

border-color css

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

 span { border-color: rgb(252,3,45); }

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