Html Css Color HEX #FC1543 Torch Red

📋 copy color: '#FC1543'

red 252 ◦ green 21 ◦ blue 67

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

Shades of Torch Red #FC1543

Tints of Torch Red #FC1543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

 BLUE value IS 67 (26.56% from 255) = 19.71%

R = 74.12%
G = 6.18%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC1543 (or 0xFC1543) is known color: Torch Red. HEX triplet: FC, 15 and 43. RGB value is (252,21,67). Sum of RGB (Red+Green+Blue) = 252+21+67=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1543 is #03EABC. Grayscale: #5F5F5F. Windows color (decimal): -256701 or 4396540. OLE color: 4396540.

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

Color convert

RGB 252 21 67 -
CMYK 0 0.92 0.73 0.01
HSL 348.05º 0.97% 0.54% -
HSV(B) 348.05º 0.92% 0.99% -
XYZ 41.43 21.64 7.3 -
YUV 95.31 112.03 239.76 -
System Red Green Blue C M Y K H S L
Decimal 252 21 67 0 0.92 0.73 0.01 348.05 0.97 0.54
Hex FC 15 43 0 5C 49 1 15C 61 36
Octal 374 25 103 0 134 111 1 534 141 66
Binary 11111100 10101 1000011 0 1011100 1001001 1 101011100 1100001 110110

Color Harmonies of #FC1543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1543

Black with #FC1543

Text Example


Text Example

White with #FC1543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1543; }

 p { color: rgb(252,21,67); }

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

background-color css

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

 a { background-color: rgb(252,21,67); }

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

border-color css

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

 span { border-color: rgb(252,21,67); }

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