Html Css Color HEX #FC2441 Torch Red

📋 copy color: '#FC2441'

red 252 ◦ green 36 ◦ blue 65

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

Shades of Torch Red #FC2441

Tints of Torch Red #FC2441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

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

R = 71.39%
G = 10.2%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC2441 (or 0xFC2441) is known color: Torch Red. HEX triplet: FC, 24 and 41. RGB value is (252,36,65). Sum of RGB (Red+Green+Blue) = 252+36+65=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2441 is #03DBBE. Grayscale: #676767. Windows color (decimal): -252863 or 4269308. OLE color: 4269308.

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

Color convert

RGB 252 36 65 -
CMYK 0 0.86 0.74 0.01
HSL 351.94º 0.97% 0.56% -
HSV(B) 351.94º 0.86% 0.99% -
XYZ 41.73 22.34 7.11 -
YUV 103.89 106.06 233.64 -
System Red Green Blue C M Y K H S L
Decimal 252 36 65 0 0.86 0.74 0.01 351.94 0.97 0.56
Hex FC 24 41 0 56 4A 1 160 61 38
Octal 374 44 101 0 126 112 1 540 141 70
Binary 11111100 100100 1000001 0 1010110 1001010 1 101100000 1100001 111000

Color Harmonies of #FC2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2441

Black with #FC2441

Text Example


Text Example

White with #FC2441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2441; }

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

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

background-color css

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

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

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

border-color css

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

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

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