Html Css Color HEX #FC1539 Torch Red

📋 copy color: '#FC1539'

red 252 ◦ green 21 ◦ blue 57

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

Shades of Torch Red #FC1539

Tints of Torch Red #FC1539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.27%

R = 76.36%
G = 6.36%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC1539 (or 0xFC1539) is known color: Torch Red. HEX triplet: FC, 15 and 39. RGB value is (252,21,57). Sum of RGB (Red+Green+Blue) = 252+21+57=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1539 is #03EAC6. Grayscale: #5E5E5E. Windows color (decimal): -256711 or 3741180. OLE color: 3741180.

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

Color convert

RGB 252 21 57 -
CMYK 0 0.92 0.77 0.01
HSL 350.65º 0.97% 0.54% -
HSV(B) 350.65º 0.92% 0.99% -
XYZ 41.15 21.53 5.86 -
YUV 94.17 107.03 240.57 -
System Red Green Blue C M Y K H S L
Decimal 252 21 57 0 0.92 0.77 0.01 350.65 0.97 0.54
Hex FC 15 39 0 5C 4D 1 15F 61 36
Octal 374 25 71 0 134 115 1 537 141 66
Binary 11111100 10101 111001 0 1011100 1001101 1 101011111 1100001 110110

Color Harmonies of #FC1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1539

Black with #FC1539

Text Example


Text Example

White with #FC1539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1539; }

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

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

background-color css

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

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

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

border-color css

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

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

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