Html Css Color HEX #FC2341 Torch Red

📋 copy color: '#FC2341'

red 252 ◦ green 35 ◦ blue 65

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

Shades of Torch Red #FC2341

Tints of Torch Red #FC2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.94%

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

R = 71.59%
G = 9.94%
B = 18.47%

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

#FC2341 (or 0xFC2341) is known color: Torch Red. HEX triplet: FC, 23 and 41. RGB value is (252,35,65). Sum of RGB (Red+Green+Blue) = 252+35+65=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2341 is #03DCBE. Grayscale: #676767. Windows color (decimal): -253119 or 4269052. OLE color: 4269052.

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

Color convert

RGB 252 35 65 -
CMYK 0 0.86 0.74 0.01
HSL 351.71º 0.97% 0.56% -
HSV(B) 351.71º 0.86% 0.99% -
XYZ 41.7 22.28 7.1 -
YUV 103.3 106.39 234.06 -
System Red Green Blue C M Y K H S L
Decimal 252 35 65 0 0.86 0.74 0.01 351.71 0.97 0.56
Hex FC 23 41 0 56 4A 1 160 61 38
Octal 374 43 101 0 126 112 1 540 141 70
Binary 11111100 100011 1000001 0 1010110 1001010 1 101100000 1100001 111000

Color Harmonies of #FC2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2341

Black with #FC2341

Text Example


Text Example

White with #FC2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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