Html Css Color HEX #FC1531 Torch Red

📋 copy color: '#FC1531'

red 252 ◦ green 21 ◦ blue 49

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

Shades of Torch Red #FC1531

Tints of Torch Red #FC1531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 78.26%
G = 6.52%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC1531 (or 0xFC1531) is known color: Torch Red. HEX triplet: FC, 15 and 31. RGB value is (252,21,49). Sum of RGB (Red+Green+Blue) = 252+21+49=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1531 is #03EACE. Grayscale: #5D5D5D. Windows color (decimal): -256719 or 3216892. OLE color: 3216892.

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

Color convert

RGB 252 21 49 -
CMYK 0 0.92 0.81 0.01
HSL 352.73º 0.97% 0.54% -
HSV(B) 352.73º 0.92% 0.99% -
XYZ 40.97 21.45 4.89 -
YUV 93.26 103.03 241.22 -
System Red Green Blue C M Y K H S L
Decimal 252 21 49 0 0.92 0.81 0.01 352.73 0.97 0.54
Hex FC 15 31 0 5C 51 1 161 61 36
Octal 374 25 61 0 134 121 1 541 141 66
Binary 11111100 10101 110001 0 1011100 1010001 1 101100001 1100001 110110

Color Harmonies of #FC1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1531

Black with #FC1531

Text Example


Text Example

White with #FC1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1531; }

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

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

background-color css

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

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

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

border-color css

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

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

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