Html Css Color HEX #FC1E48 Torch Red

📋 copy color: '#FC1E48'

red 252 ◦ green 30 ◦ blue 72

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

Shades of Torch Red #FC1E48

Tints of Torch Red #FC1E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.47%

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 71.19%
G = 8.47%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC1E48 (or 0xFC1E48) is known color: Torch Red. HEX triplet: FC, 1E and 48. RGB value is (252,30,72). Sum of RGB (Red+Green+Blue) = 252+30+72=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E48 is #03E1B7. Grayscale: #656565. Windows color (decimal): -254392 or 4726524. OLE color: 4726524.

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

Color convert

RGB 252 30 72 -
CMYK 0 0.88 0.71 0.01
HSL 348.65º 0.97% 0.55% -
HSV(B) 348.65º 0.88% 0.99% -
XYZ 41.78 22.09 8.19 -
YUV 101.17 111.55 235.58 -
System Red Green Blue C M Y K H S L
Decimal 252 30 72 0 0.88 0.71 0.01 348.65 0.97 0.55
Hex FC 1E 48 0 58 47 1 15D 61 37
Octal 374 36 110 0 130 107 1 535 141 67
Binary 11111100 11110 1001000 0 1011000 1000111 1 101011101 1100001 110111

Color Harmonies of #FC1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E48

Black with #FC1E48

Text Example


Text Example

White with #FC1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E48; }

 p { color: rgb(252,30,72); }

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

background-color css

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

 a { background-color: rgb(252,30,72); }

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

border-color css

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

 span { border-color: rgb(252,30,72); }

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