Html Css Color HEX #FC1A3A Torch Red

📋 copy color: '#FC1A3A'

red 252 ◦ green 26 ◦ blue 58

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

Shades of Torch Red #FC1A3A

Tints of Torch Red #FC1A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.74%

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

R = 75%
G = 7.74%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC1A3A (or 0xFC1A3A) is known color: Torch Red. HEX triplet: FC, 1A and 3A. RGB value is (252,26,58). Sum of RGB (Red+Green+Blue) = 252+26+58=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A3A is #03E5C5. Grayscale: #616161. Windows color (decimal): -255430 or 3807996. OLE color: 3807996.

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

Color convert

RGB 252 26 58 -
CMYK 0 0.90 0.77 0.01
HSL 351.5º 0.97% 0.55% -
HSV(B) 351.5º 0.9% 0.99% -
XYZ 41.28 21.74 6.02 -
YUV 97.22 105.87 238.4 -
System Red Green Blue C M Y K H S L
Decimal 252 26 58 0 0.90 0.77 0.01 351.5 0.97 0.55
Hex FC 1A 3A 0 5A 4D 1 160 61 37
Octal 374 32 72 0 132 115 1 540 141 67
Binary 11111100 11010 111010 0 1011010 1001101 1 101100000 1100001 110111

Color Harmonies of #FC1A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A3A

Black with #FC1A3A

Text Example


Text Example

White with #FC1A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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