Html Css Color HEX #FC1A40 Torch Red

📋 copy color: '#FC1A40'

red 252 ◦ green 26 ◦ blue 64

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

Shades of Torch Red #FC1A40

Tints of Torch Red #FC1A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 73.68%
G = 7.6%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC1A40 (or 0xFC1A40) is known color: Torch Red. HEX triplet: FC, 1A and 40. RGB value is (252,26,64). Sum of RGB (Red+Green+Blue) = 252+26+64=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A40 is #03E5BF. Grayscale: #616161. Windows color (decimal): -255424 or 4201212. OLE color: 4201212.

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

Color convert

RGB 252 26 64 -
CMYK 0 0.90 0.75 0.01
HSL 349.91º 0.97% 0.55% -
HSV(B) 349.91º 0.9% 0.99% -
XYZ 41.44 21.8 6.88 -
YUV 97.91 108.87 237.91 -
System Red Green Blue C M Y K H S L
Decimal 252 26 64 0 0.90 0.75 0.01 349.91 0.97 0.55
Hex FC 1A 40 0 5A 4B 1 15E 61 37
Octal 374 32 100 0 132 113 1 536 141 67
Binary 11111100 11010 1000000 0 1011010 1001011 1 101011110 1100001 110111

Color Harmonies of #FC1A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A40

Black with #FC1A40

Text Example


Text Example

White with #FC1A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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