Html Css Color HEX #FC1B4D Torch Red

📋 copy color: '#FC1B4D'

red 252 ◦ green 27 ◦ blue 77

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

Shades of Torch Red #FC1B4D

Tints of Torch Red #FC1B4D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.58%

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 70.79%
G = 7.58%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC1B4D (or 0xFC1B4D) is known color: Torch Red. HEX triplet: FC, 1B and 4D. RGB value is (252,27,77). Sum of RGB (Red+Green+Blue) = 252+27+77=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1B4D is #03E4B2. Grayscale: #646464. Windows color (decimal): -255155 or 5053436. OLE color: 5053436.

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

Color convert

RGB 252 27 77 -
CMYK 0 0.89 0.69 0.01
HSL 346.67º 0.97% 0.55% -
HSV(B) 346.67º 0.89% 0.99% -
XYZ 41.88 22.02 9.06 -
YUV 99.98 115.04 236.43 -
System Red Green Blue C M Y K H S L
Decimal 252 27 77 0 0.89 0.69 0.01 346.67 0.97 0.55
Hex FC 1B 4D 0 59 45 1 15B 61 37
Octal 374 33 115 0 131 105 1 533 141 67
Binary 11111100 11011 1001101 0 1011001 1000101 1 101011011 1100001 110111

Color Harmonies of #FC1B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B4D

Black with #FC1B4D

Text Example


Text Example

White with #FC1B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B4D; }

 p { color: rgb(252,27,77); }

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

background-color css

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

 a { background-color: rgb(252,27,77); }

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

border-color css

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

 span { border-color: rgb(252,27,77); }

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