Html Css Color HEX #FC1927 Torch Red

📋 copy color: '#FC1927'

red 252 ◦ green 25 ◦ blue 39

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

Shades of Torch Red #FC1927

Tints of Torch Red #FC1927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.91%

 BLUE value IS 39 (15.63% from 255) = 12.34%

R = 79.75%
G = 7.91%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC1927 (or 0xFC1927) is known color: Torch Red. HEX triplet: FC, 19 and 27. RGB value is (252,25,39). Sum of RGB (Red+Green+Blue) = 252+25+39=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1927 is #03E6D8. Grayscale: #5E5E5E. Windows color (decimal): -255705 or 2562556. OLE color: 2562556.

HSL color Cylindrical-coordinate representation of color #FC1927: hue angle of 356.3º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1927 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 39 -
CMYK 0 0.90 0.85 0.01
HSL 356.3º 0.97% 0.54% -
HSV(B) 356.3º 0.9% 0.99% -
XYZ 40.86 21.54 3.92 -
YUV 94.47 96.71 240.36 -
System Red Green Blue C M Y K H S L
Decimal 252 25 39 0 0.90 0.85 0.01 356.3 0.97 0.54
Hex FC 19 27 0 5A 55 1 164 61 36
Octal 374 31 47 0 132 125 1 544 141 66
Binary 11111100 11001 100111 0 1011010 1010101 1 101100100 1100001 110110

Color Harmonies of #FC1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1927

Black with #FC1927

Text Example


Text Example

White with #FC1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1927; }

 p { color: rgb(252,25,39); }

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

background-color css

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

 a { background-color: rgb(252,25,39); }

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

border-color css

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

 span { border-color: rgb(252,25,39); }

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