Html Css Color HEX #FC1550 Torch Red

📋 copy color: '#FC1550'

red 252 ◦ green 21 ◦ blue 80

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

Shades of Torch Red #FC1550

Tints of Torch Red #FC1550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 71.39%
G = 5.95%
B = 22.66%

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

#FC1550 (or 0xFC1550) is known color: Torch Red. HEX triplet: FC, 15 and 50. RGB value is (252,21,80). Sum of RGB (Red+Green+Blue) = 252+21+80=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1550 is #03EAAF. Grayscale: #606060. Windows color (decimal): -256688 or 5248508. OLE color: 5248508.

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

Color convert

RGB 252 21 80 -
CMYK 0 0.92 0.68 0.01
HSL 344.68º 0.97% 0.54% -
HSV(B) 344.68º 0.92% 0.99% -
XYZ 41.86 21.81 9.59 -
YUV 96.8 118.53 238.7 -
System Red Green Blue C M Y K H S L
Decimal 252 21 80 0 0.92 0.68 0.01 344.68 0.97 0.54
Hex FC 15 50 0 5C 44 1 159 61 36
Octal 374 25 120 0 134 104 1 531 141 66
Binary 11111100 10101 1010000 0 1011100 1000100 1 101011001 1100001 110110

Color Harmonies of #FC1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1550

Black with #FC1550

Text Example


Text Example

White with #FC1550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1550; }

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

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

background-color css

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

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

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

border-color css

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

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

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