Html Css Color HEX #FC1E3C Torch Red

📋 copy color: '#FC1E3C'

red 252 ◦ green 30 ◦ blue 60

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

Shades of Torch Red #FC1E3C

Tints of Torch Red #FC1E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.54%

R = 73.68%
G = 8.77%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC1E3C (or 0xFC1E3C) is known color: Torch Red. HEX triplet: FC, 1E and 3C. RGB value is (252,30,60). Sum of RGB (Red+Green+Blue) = 252+30+60=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E3C is #03E1C3. Grayscale: #636363. Windows color (decimal): -254404 or 3940092. OLE color: 3940092.

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

Color convert

RGB 252 30 60 -
CMYK 0 0.88 0.76 0.01
HSL 351.89º 0.97% 0.55% -
HSV(B) 351.89º 0.88% 0.99% -
XYZ 41.42 21.95 6.33 -
YUV 99.8 105.55 236.56 -
System Red Green Blue C M Y K H S L
Decimal 252 30 60 0 0.88 0.76 0.01 351.89 0.97 0.55
Hex FC 1E 3C 0 58 4C 1 160 61 37
Octal 374 36 74 0 130 114 1 540 141 67
Binary 11111100 11110 111100 0 1011000 1001100 1 101100000 1100001 110111

Color Harmonies of #FC1E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E3C

Black with #FC1E3C

Text Example


Text Example

White with #FC1E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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