Html Css Color HEX #FC1B45 Torch Red

📋 copy color: '#FC1B45'

red 252 ◦ green 27 ◦ blue 69

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

Shades of Torch Red #FC1B45

Tints of Torch Red #FC1B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 72.41%
G = 7.76%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC1B45 (or 0xFC1B45) is known color: Torch Red. HEX triplet: FC, 1B and 45. RGB value is (252,27,69). Sum of RGB (Red+Green+Blue) = 252+27+69=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1B45 is #03E4BA. Grayscale: #636363. Windows color (decimal): -255163 or 4529148. OLE color: 4529148.

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

Color convert

RGB 252 27 69 -
CMYK 0 0.89 0.73 0.01
HSL 348.8º 0.97% 0.55% -
HSV(B) 348.8º 0.89% 0.99% -
XYZ 41.61 21.91 7.67 -
YUV 99.06 111.04 237.08 -
System Red Green Blue C M Y K H S L
Decimal 252 27 69 0 0.89 0.73 0.01 348.8 0.97 0.55
Hex FC 1B 45 0 59 49 1 15D 61 37
Octal 374 33 105 0 131 111 1 535 141 67
Binary 11111100 11011 1000101 0 1011001 1001001 1 101011101 1100001 110111

Color Harmonies of #FC1B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B45

Black with #FC1B45

Text Example


Text Example

White with #FC1B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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