Html Css Color HEX #FC1551 Torch Red

📋 copy color: '#FC1551'

red 252 ◦ green 21 ◦ blue 81

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

Shades of Torch Red #FC1551

Tints of Torch Red #FC1551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.88%

R = 71.19%
G = 5.93%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC1551 (or 0xFC1551) is known color: Torch Red. HEX triplet: FC, 15 and 51. RGB value is (252,21,81). Sum of RGB (Red+Green+Blue) = 252+21+81=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1551 is #03EAAE. Grayscale: #606060. Windows color (decimal): -256687 or 5314044. OLE color: 5314044.

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

Color convert

RGB 252 21 81 -
CMYK 0 0.92 0.68 0.01
HSL 344.42º 0.97% 0.54% -
HSV(B) 344.42º 0.92% 0.99% -
XYZ 41.9 21.83 9.79 -
YUV 96.91 119.03 238.62 -
System Red Green Blue C M Y K H S L
Decimal 252 21 81 0 0.92 0.68 0.01 344.42 0.97 0.54
Hex FC 15 51 0 5C 44 1 158 61 36
Octal 374 25 121 0 134 104 1 530 141 66
Binary 11111100 10101 1010001 0 1011100 1000100 1 101011000 1100001 110110

Color Harmonies of #FC1551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1551

Black with #FC1551

Text Example


Text Example

White with #FC1551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1551; }

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

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

background-color css

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

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

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

border-color css

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

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

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