Html Css Color HEX #FC063A Torch Red

📋 copy color: '#FC063A'

red 252 ◦ green 6 ◦ blue 58

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

Shades of Torch Red #FC063A

Tints of Torch Red #FC063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 79.75%
G = 1.9%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC063A (or 0xFC063A) is known color: Torch Red. HEX triplet: FC, 06 and 3A. RGB value is (252,6,58). Sum of RGB (Red+Green+Blue) = 252+6+58=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC063A is #03F9C5. Grayscale: #555555. Windows color (decimal): -260550 or 3802876. OLE color: 3802876.

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

Color convert

RGB 252 6 58 -
CMYK 0 0.98 0.77 0.01
HSL 347.32º 0.98% 0.51% -
HSV(B) 347.32º 0.98% 0.99% -
XYZ 40.97 21.13 5.92 -
YUV 85.48 112.5 246.77 -
System Red Green Blue C M Y K H S L
Decimal 252 6 58 0 0.98 0.77 0.01 347.32 0.98 0.51
Hex FC 6 3A 0 62 4D 1 15B 62 33
Octal 374 6 72 0 142 115 1 533 142 63
Binary 11111100 110 111010 0 1100010 1001101 1 101011011 1100010 110011

Color Harmonies of #FC063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC063A

Black with #FC063A

Text Example


Text Example

White with #FC063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC063A; }

 p { color: rgb(252,6,58); }

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

background-color css

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

 a { background-color: rgb(252,6,58); }

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

border-color css

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

 span { border-color: rgb(252,6,58); }

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