Html Css Color HEX #FC1640 Torch Red

📋 copy color: '#FC1640'

red 252 ◦ green 22 ◦ blue 64

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

Shades of Torch Red #FC1640

Tints of Torch Red #FC1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.51%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 74.56%
G = 6.51%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC1640 (or 0xFC1640) is known color: Torch Red. HEX triplet: FC, 16 and 40. RGB value is (252,22,64). Sum of RGB (Red+Green+Blue) = 252+22+64=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1640 is #03E9BF. Grayscale: #5F5F5F. Windows color (decimal): -256448 or 4200188. OLE color: 4200188.

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

Color convert

RGB 252 22 64 -
CMYK 0 0.91 0.75 0.01
HSL 349.04º 0.97% 0.54% -
HSV(B) 349.04º 0.91% 0.99% -
XYZ 41.36 21.64 6.85 -
YUV 95.56 110.2 239.58 -
System Red Green Blue C M Y K H S L
Decimal 252 22 64 0 0.91 0.75 0.01 349.04 0.97 0.54
Hex FC 16 40 0 5B 4B 1 15D 61 36
Octal 374 26 100 0 133 113 1 535 141 66
Binary 11111100 10110 1000000 0 1011011 1001011 1 101011101 1100001 110110

Color Harmonies of #FC1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1640

Black with #FC1640

Text Example


Text Example

White with #FC1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1640; }

 p { color: rgb(252,22,64); }

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

background-color css

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

 a { background-color: rgb(252,22,64); }

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

border-color css

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

 span { border-color: rgb(252,22,64); }

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