Html Css Color HEX #FC1341 Torch Red

📋 copy color: '#FC1341'

red 252 ◦ green 19 ◦ blue 65

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

Shades of Torch Red #FC1341

Tints of Torch Red #FC1341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

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

R = 75%
G = 5.65%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC1341 (or 0xFC1341) is known color: Torch Red. HEX triplet: FC, 13 and 41. RGB value is (252,19,65). Sum of RGB (Red+Green+Blue) = 252+19+65=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1341 is #03ECBE. Grayscale: #5D5D5D. Windows color (decimal): -257215 or 4264956. OLE color: 4264956.

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

Color convert

RGB 252 19 65 -
CMYK 0 0.92 0.74 0.01
HSL 348.15º 0.97% 0.53% -
HSV(B) 348.15º 0.92% 0.99% -
XYZ 41.33 21.54 6.98 -
YUV 93.91 111.69 240.76 -
System Red Green Blue C M Y K H S L
Decimal 252 19 65 0 0.92 0.74 0.01 348.15 0.97 0.53
Hex FC 13 41 0 5C 4A 1 15C 61 35
Octal 374 23 101 0 134 112 1 534 141 65
Binary 11111100 10011 1000001 0 1011100 1001010 1 101011100 1100001 110101

Color Harmonies of #FC1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1341

Black with #FC1341

Text Example


Text Example

White with #FC1341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1341; }

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

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

background-color css

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

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

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

border-color css

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

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

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