Html Css Color HEX #FC032A Torch Red

📋 copy color: '#FC032A'

red 252 ◦ green 3 ◦ blue 42

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

Shades of Torch Red #FC032A

Tints of Torch Red #FC032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 84.85%
G = 1.01%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC032A (or 0xFC032A) is known color: Torch Red. HEX triplet: FC, 03 and 2A. RGB value is (252,3,42). Sum of RGB (Red+Green+Blue) = 252+3+42=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC032A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC032A is #03FCD5. Grayscale: #515151. Windows color (decimal): -261334 or 2753532. OLE color: 2753532.

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

Color convert

RGB 252 3 42 -
CMYK 0 0.99 0.83 0.01
HSL 350.6º 0.98% 0.5% -
HSV(B) 350.6º 0.99% 0.99% -
XYZ 40.6 20.93 4.09 -
YUV 81.9 105.49 249.33 -
System Red Green Blue C M Y K H S L
Decimal 252 3 42 0 0.99 0.83 0.01 350.6 0.98 0.5
Hex FC 3 2A 0 63 53 1 15F 62 32
Octal 374 3 52 0 143 123 1 537 142 62
Binary 11111100 11 101010 0 1100011 1010011 1 101011111 1100010 110010

Color Harmonies of #FC032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC032A

Black with #FC032A

Text Example


Text Example

White with #FC032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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