Html Css Color HEX #FC1A44 Torch Red

📋 copy color: '#FC1A44'

red 252 ◦ green 26 ◦ blue 68

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

Shades of Torch Red #FC1A44

Tints of Torch Red #FC1A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.65%

R = 72.83%
G = 7.51%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC1A44 (or 0xFC1A44) is known color: Torch Red. HEX triplet: FC, 1A and 44. RGB value is (252,26,68). Sum of RGB (Red+Green+Blue) = 252+26+68=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A44 is #03E5BB. Grayscale: #626262. Windows color (decimal): -255420 or 4463356. OLE color: 4463356.

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

Color convert

RGB 252 26 68 -
CMYK 0 0.90 0.73 0.01
HSL 348.85º 0.97% 0.55% -
HSV(B) 348.85º 0.9% 0.99% -
XYZ 41.56 21.85 7.5 -
YUV 98.36 110.87 237.58 -
System Red Green Blue C M Y K H S L
Decimal 252 26 68 0 0.90 0.73 0.01 348.85 0.97 0.55
Hex FC 1A 44 0 5A 49 1 15D 61 37
Octal 374 32 104 0 132 111 1 535 141 67
Binary 11111100 11010 1000100 0 1011010 1001001 1 101011101 1100001 110111

Color Harmonies of #FC1A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A44

Black with #FC1A44

Text Example


Text Example

White with #FC1A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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