Html Css Color HEX #FC1320 Torch Red

📋 copy color: '#FC1320'

red 252 ◦ green 19 ◦ blue 32

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

Shades of Torch Red #FC1320

Tints of Torch Red #FC1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 83.17%
G = 6.27%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC1320 (or 0xFC1320) is known color: Torch Red. HEX triplet: FC, 13 and 20. RGB value is (252,19,32). Sum of RGB (Red+Green+Blue) = 252+19+32=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1320 is #03ECDF. Grayscale: #5A5A5A. Windows color (decimal): -257248 or 2102268. OLE color: 2102268.

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

Color convert

RGB 252 19 32 -
CMYK 0 0.92 0.87 0.01
HSL 356.65º 0.97% 0.53% -
HSV(B) 356.65º 0.92% 0.99% -
XYZ 40.64 21.27 3.33 -
YUV 90.15 95.19 243.44 -
System Red Green Blue C M Y K H S L
Decimal 252 19 32 0 0.92 0.87 0.01 356.65 0.97 0.53
Hex FC 13 20 0 5C 57 1 165 61 35
Octal 374 23 40 0 134 127 1 545 141 65
Binary 11111100 10011 100000 0 1011100 1010111 1 101100101 1100001 110101

Color Harmonies of #FC1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1320

Black with #FC1320

Text Example


Text Example

White with #FC1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1320; }

 p { color: rgb(252,19,32); }

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

background-color css

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

 a { background-color: rgb(252,19,32); }

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

border-color css

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

 span { border-color: rgb(252,19,32); }

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