Html Css Color HEX #FC1A41 Torch Red

📋 copy color: '#FC1A41'

red 252 ◦ green 26 ◦ blue 65

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

Shades of Torch Red #FC1A41

Tints of Torch Red #FC1A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 73.47%
G = 7.58%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC1A41 (or 0xFC1A41) is known color: Torch Red. HEX triplet: FC, 1A and 41. RGB value is (252,26,65). Sum of RGB (Red+Green+Blue) = 252+26+65=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A41 is #03E5BE. Grayscale: #626262. Windows color (decimal): -255423 or 4266748. OLE color: 4266748.

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

Color convert

RGB 252 26 65 -
CMYK 0 0.90 0.74 0.01
HSL 349.65º 0.97% 0.55% -
HSV(B) 349.65º 0.9% 0.99% -
XYZ 41.47 21.82 7.03 -
YUV 98.02 109.37 237.83 -
System Red Green Blue C M Y K H S L
Decimal 252 26 65 0 0.90 0.74 0.01 349.65 0.97 0.55
Hex FC 1A 41 0 5A 4A 1 15E 61 37
Octal 374 32 101 0 132 112 1 536 141 67
Binary 11111100 11010 1000001 0 1011010 1001010 1 101011110 1100001 110111

Color Harmonies of #FC1A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A41

Black with #FC1A41

Text Example


Text Example

White with #FC1A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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