Html Css Color HEX #FC1936 Torch Red

📋 copy color: '#FC1936'

red 252 ◦ green 25 ◦ blue 54

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

Shades of Torch Red #FC1936

Tints of Torch Red #FC1936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 76.13%
G = 7.55%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC1936 (or 0xFC1936) is known color: Torch Red. HEX triplet: FC, 19 and 36. RGB value is (252,25,54). Sum of RGB (Red+Green+Blue) = 252+25+54=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1936 is #03E6C9. Grayscale: #606060. Windows color (decimal): -255690 or 3545596. OLE color: 3545596.

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

Color convert

RGB 252 25 54 -
CMYK 0 0.90 0.79 0.01
HSL 352.33º 0.97% 0.54% -
HSV(B) 352.33º 0.9% 0.99% -
XYZ 41.16 21.66 5.5 -
YUV 96.18 104.21 239.14 -
System Red Green Blue C M Y K H S L
Decimal 252 25 54 0 0.90 0.79 0.01 352.33 0.97 0.54
Hex FC 19 36 0 5A 4F 1 160 61 36
Octal 374 31 66 0 132 117 1 540 141 66
Binary 11111100 11001 110110 0 1011010 1001111 1 101100000 1100001 110110

Color Harmonies of #FC1936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1936

Black with #FC1936

Text Example


Text Example

White with #FC1936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1936; }

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

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

background-color css

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

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

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

border-color css

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

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

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