Html Css Color HEX #FC1041 Torch Red

📋 copy color: '#FC1041'

red 252 ◦ green 16 ◦ blue 65

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

Shades of Torch Red #FC1041

Tints of Torch Red #FC1041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.8%

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

R = 75.68%
G = 4.8%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC1041 (or 0xFC1041) is known color: Torch Red. HEX triplet: FC, 10 and 41. RGB value is (252,16,65). Sum of RGB (Red+Green+Blue) = 252+16+65=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1041 is #03EFBE. Grayscale: #5C5C5C. Windows color (decimal): -257983 or 4264188. OLE color: 4264188.

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

Color convert

RGB 252 16 65 -
CMYK 0 0.94 0.74 0.01
HSL 347.54º 0.98% 0.53% -
HSV(B) 347.54º 0.94% 0.99% -
XYZ 41.28 21.45 6.96 -
YUV 92.15 112.69 242.02 -
System Red Green Blue C M Y K H S L
Decimal 252 16 65 0 0.94 0.74 0.01 347.54 0.98 0.53
Hex FC 10 41 0 5E 4A 1 15C 62 35
Octal 374 20 101 0 136 112 1 534 142 65
Binary 11111100 10000 1000001 0 1011110 1001010 1 101011100 1100010 110101

Color Harmonies of #FC1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1041

Black with #FC1041

Text Example


Text Example

White with #FC1041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1041; }

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

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

background-color css

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

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

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

border-color css

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

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

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